Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
modship committed Jun 28, 2024
1 parent 5ebae2a commit 8b27f8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/ExplorerApiClient.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import axios from 'axios';

interface DomainInfo {
domain: string,
target_address: string
tokenId: bigint
domain: string;
target_address: string;
tokenId: bigint;
}

export class ExplorerApiClient {
Expand Down

0 comments on commit 8b27f8d

Please sign in to comment.