Skip to content

Commit 2bb6f2b

Browse files
authored
fix: rule promotions jobs endpoint (#42)
fix: rule promotions jobs endpoint
1 parent dfe89b5 commit 2bb6f2b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/endpoints/rule-promotions.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ class RulePromotionsEndpoint extends CRUDExtend {
5050
offset,
5151
filter
5252
}),
53-
'GET'
53+
'GET',
54+
undefined,
55+
undefined,
56+
this
5457
)
5558
}
5659

0 commit comments

Comments
 (0)