chore: Revert the param that wasn't actually sent

This commit is contained in:
BluJ
2022-07-15 19:20:18 -06:00
parent 2429d5cb60
commit 9f512e7fcc

View File

@@ -24,7 +24,6 @@ export namespace ExpectedExports {
export type migration = (
effects: Effects,
version: string,
options?: any,
) => Promise<ResultType<MigrationRes>>;
export type action = {
[id: string]: (