There was an error while loading. Please reload this page.
1 parent 61b1056 commit f439a9eCopy full SHA for f439a9e
1 file changed
packages/feathers/index.d.ts
@@ -133,7 +133,7 @@ declare namespace createApplication {
133
before: Partial<HookMap> | Hook | Hook[];
134
after: Partial<HookMap> | Hook | Hook[];
135
error: Partial<HookMap> | Hook | Hook[];
136
- finally: Partial<HookMap> | Hook | Hook[];
+ finally?: Partial<HookMap> | Hook | Hook[];
137
}
138
139
// todo: figure out what to do: These methods don't actually need to be
0 commit comments