Skip to content

Commit

Permalink
fix: debug name
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche committed Jan 21, 2021
1 parent ac9423b commit 05944e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/debug.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import debugLib from 'debug'

export const debugLog = debugLib('react-idb-cached')
export const debugLog = debugLib('react-idb-cache')

0 comments on commit 05944e0

Please sign in to comment.