Skip to content

Commit cc56c95

Browse files
lint
1 parent c7d0a78 commit cc56c95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Page/Index.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ const handleConnection = async (signer: UndefinedOr<Signer>) => {
144144
}
145145
146146
const fetchPosts = async ({ hash, sig }: { hash?: string; sig?: string }) => {
147-
148147
console.log('fetching posts')
149148
const query =
150149
hash && sig ? new URLSearchParams({ hash, sig }) : new URLSearchParams()
@@ -161,7 +160,7 @@ const fetchPosts = async ({ hash, sig }: { hash?: string; sig?: string }) => {
161160
contents: string
162161
profiles: { [address: string]: ClubsProfile | undefined }
163162
}
164-
console.log({json})
163+
console.log({ json })
165164
posts.value = decode<Posts[]>(json.contents)
166165
profiles.value = json.profiles
167166
}

0 commit comments

Comments
 (0)