Skip to content

Commit

Permalink
chore: Use correct method override for BucketNotificationContext. (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
HomelessDinosaur committed May 9, 2023
2 parents 35eee72 + 2d262cd commit 10d6c0c
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 10d6c0c

Please sign in to comment.