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 207f0b9 commit bb9dc45
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 @@ -127,6 +127,7 @@ class Replicate {
list: trainings.list.bind(this),
};

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

0 comments on commit bb9dc45

Please sign in to comment.