We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d18a33 commit d15b62dCopy full SHA for d15b62d
subgraph/src/entities/User.ts
@@ -1,5 +1,5 @@
1
-import { BigInt, log } from "@graphprotocol/graph-ts";
2
-import { User, Dispute } from "../../generated/schema";
+import { BigInt } from "@graphprotocol/graph-ts";
+import { User } from "../../generated/schema";
3
import { ONE, ZERO } from "../utils";
4
5
export function ensureUser(id: string): User {
0 commit comments