Skip to content

Commit

Permalink
Decorations does not support bulk all
Browse files Browse the repository at this point in the history
  • Loading branch information
queicherius committed Oct 23, 2024
1 parent 10b6c53 commit 73fe25d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/endpoints/homestead.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class DecorationsEndpoint extends AbstractEndpoint {
this.isPaginated = true
this.isLocalized = true
this.isBulk = true
this.supportsBulkAll = false
this.cacheTime = 24 * 60 * 60
}

Expand Down

0 comments on commit 73fe25d

Please sign in to comment.