From 9f512e7fcc6ab2a4f061dd996d9ee70161b961e1 Mon Sep 17 00:00:00 2001 From: BluJ Date: Fri, 15 Jul 2022 19:20:18 -0600 Subject: [PATCH] chore: Revert the param that wasn't actually sent --- types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/types.ts b/types.ts index 89be6e0..ca4c1cd 100644 --- a/types.ts +++ b/types.ts @@ -24,7 +24,6 @@ export namespace ExpectedExports { export type migration = ( effects: Effects, version: string, - options?: any, ) => Promise>; export type action = { [id: string]: (