Fix ESLint errors

This commit is contained in:
Jesse Wierzbinski 2023-11-19 16:25:41 -10:00
parent 103115efa1
commit 1ed3fb474e
5 changed files with 12 additions and 101 deletions

View file

@ -4,4 +4,4 @@ export interface APIIdentityProof {
updated_at: string;
proof_url: string;
profile_url: string;
}
}