Skip to content

Commit

Permalink
chore: remove wip log
Browse files Browse the repository at this point in the history
chedieck committed Aug 13, 2024
1 parent e29941b commit e89864c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/admin/index.tsx
Original file line number Diff line number Diff line change
@@ -62,7 +62,6 @@ export default function Admin ({ user, isAdmin }: IProps): JSX.Element {
useEffect(() => {
void (async () => {
const ok = await (await fetch('chronikStatus')).json()
console.log('ok', ok) // WIP
const subscribedEcashAddresses = ok.ecash.map((value: string) => ({ address: value }))
const subscribedBitcoincashAddresses = ok.bitcoincash.map((value: string) => ({ address: value }))
setEcashSubscribedAddresses(subscribedEcashAddresses)

0 comments on commit e89864c

Please sign in to comment.