Skip to content

Commit 21d1325

Browse files
committed
Merge branch 'develop'
2 parents 385fd30 + dbd3b8e commit 21d1325

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/serverFunctions/photon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const savePhotonTime = async ({ search, time }: { search: string; time: n
3636
)
3737
return true
3838
} catch (error) {
39-
console.error(error.response)
39+
console.error(error)
4040
return false
4141
}
4242
}

0 commit comments

Comments
 (0)