Skip to content

Commit

Permalink
Add missing webhooks type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Mar 19, 2024
1 parent 99ab2bc commit 43678dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ class Replicate {
list: trainings.list.bind(this),
};

/** @type {webhooks} */
this.webhooks = {
default: {
secret: {
Expand Down

0 comments on commit 43678dd

Please sign in to comment.