Skip to content

Commit

Permalink
Add buckets value to getData for forgevtt source
Browse files Browse the repository at this point in the history
  • Loading branch information
rikmarais committed Jul 19, 2024
1 parent 1a86a32 commit 49943c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forgevtt-module.js
Original file line number Diff line number Diff line change
Expand Up @@ -1817,6 +1817,7 @@ class ForgeVTT_FilePicker extends FilePicker {
if (this.activeSource === "forgevtt" && data.source.buckets.length > 1) {
data.isS3 = true;
data.bucket = data.source.bucket;
data.buckets = data.source.buckets;
}
return data;
}
Expand Down

0 comments on commit 49943c9

Please sign in to comment.