Skip to content

Commit

Permalink
style: fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Mar 15, 2024
1 parent 45cf45c commit 86cc552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/subgraph/src/osx/pluginSetupProcessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {MultisigPlugin} from '../../generated/schema';
import {Plugin as PluginTemplate} from '../../generated/templates';
import {PLUGIN_REPO_ADDRESS} from '../../imported/repo-address';
import {generatePluginEntityId} from '@aragon/osx-commons-subgraph';
import {Address, DataSourceContext, log} from '@graphprotocol/graph-ts';
import {Address, DataSourceContext} from '@graphprotocol/graph-ts';

export function handleInstallationPrepared(event: InstallationPrepared): void {
const pluginRepo = event.params.pluginSetupRepo;
Expand Down

0 comments on commit 86cc552

Please sign in to comment.