Skip to content

Commit

Permalink
fix TS
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavPetrik committed Dec 28, 2023
1 parent 1670f71 commit 5be0167
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/vanilla/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export const RESET = import.meta.env?.MODE !== 'production' ? Symbol('RESET') : Symbol()
export const RESET = Symbol(
import.meta.env?.MODE !== 'production' ? 'RESET' : '',
)

0 comments on commit 5be0167

Please sign in to comment.