Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Lelek committed Sep 26, 2024
1 parent ad43e22 commit b518f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/glifApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const getStateWaitMsg = async (
})

const data = await response.json()
if (data?.error && data.error.data === "Request timeout") {
if (data?.error && data.error.data === 'Request timeout') {
return await getStateWaitMsg(cid)
}

Expand Down

0 comments on commit b518f3c

Please sign in to comment.