Skip to content

Commit

Permalink
try using non secure nanoid
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiller1990 committed Mar 22, 2022
1 parent ef3bf91 commit bf85d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runner-shared/src/store.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { action, observable } from 'mobx'
import { nanoid } from 'nanoid'
import { nanoid } from 'nanoid/non-secure'

export type RunMode = 'single' | 'multi'

Expand Down

0 comments on commit bf85d7c

Please sign in to comment.