Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cemreyuksel committed Jan 25, 2024
1 parent 6031dee commit 17986a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/requests/typings/function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,4 @@ export type FunctionEventHandler<
> = (
event: FunctionEventHandlers[K]['event'],
context: FunctionEventContext<P>,
) =>
| Promise<FunctionEventHandlers[K]['response']>
| FunctionEventHandlers[K]['response']
) => Promise<FunctionEventHandlers[K]['response']> | FunctionEventHandlers[K]['response']

0 comments on commit 17986a4

Please sign in to comment.