Skip to content

Commit

Permalink
update to correct method override.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjholm committed May 9, 2023
1 parent 6c7c759 commit 2d262cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/faas/v0/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ export class BucketNotificationContext extends TriggerContext<
BucketNotificationRequest,
BucketNotificationResponse
> {
public get notification(): BucketNotificationContext {
public get bucketNotification(): BucketNotificationContext {
return this;
}

Expand Down

0 comments on commit 2d262cd

Please sign in to comment.