Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jan 25, 2024
1 parent 5355afa commit 04e7992
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/gateway.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type GatewayOptions = {
declare function gateway(this: any, options: GatewayOptions): {
exports: {
prepare: (json: any, ctx: any) => Promise<any>;
handler: (json: any, ctx: any) => Promise<unknown>;
handler: (json: any, ctx?: any) => Promise<unknown>;
parseJSON: (data: any) => any;
};
};
Expand Down
4 changes: 4 additions & 0 deletions dist/gateway.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 04e7992

Please sign in to comment.