chore: fix lint issues

This commit is contained in:
41666 2021-08-01 16:30:58 -04:00
parent 5334353c84
commit 462ef26ea2
8 changed files with 27 additions and 3 deletions

View file

@ -1,4 +1,4 @@
import { WrappedKVNamespace } from './kv';
import { WrappedKVNamespace } from '@roleypoly/worker-utils';
export const useRateLimiter =
(kv: WrappedKVNamespace, key: string, timeoutSeconds: number) =>