diff --git a/subgraph/src/ids/actions.ts b/subgraph/src/ids/actions.ts index 03be333c..f9c7a90b 100644 --- a/subgraph/src/ids/actions.ts +++ b/subgraph/src/ids/actions.ts @@ -1,5 +1,5 @@ -import {Address } from '@graphprotocol/graph-ts'; -import { generateEntityIdFromAddress } from "./ids"; +import {generateEntityIdFromAddress} from './ids'; +import {Address} from '@graphprotocol/graph-ts'; /** * @param caller the user/plugin that will invoke the execute function on the DAO @@ -26,4 +26,3 @@ export function generateActionEntityId( index.toString(), ].join('_'); } -