Skip to content

Commit bb9dc45

Browse files
committed
Add missing webhooks type annotation
1 parent 207f0b9 commit bb9dc45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ class Replicate {
127127
list: trainings.list.bind(this),
128128
};
129129

130+
/** @type {webhooks} */
130131
this.webhooks = {
131132
default: {
132133
secret: {

0 commit comments

Comments
 (0)