Skip to content

Commit

Permalink
another force rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Feb 8, 2024
1 parent 5225b9b commit 2bc7a52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion dist/source.9d2c4293.js → dist/source.e11cfcbc.js
Original file line number Diff line number Diff line change
Expand Up @@ -72069,13 +72069,16 @@ var PathdbDownloadButton = /*#__PURE__*/function (_PureComponent) {
data = this.props.data[1];
}
var limitedData = data.slice(0, 10);
console.log(limitedData);
console.log("about to try?");
// trigger downloads from pathdb
var _iterator = _createForOfIteratorHelper(limitedData),
_step;
try {
for (_iterator.s(); !(_step = _iterator.n()).done;) {
var record = _step.value;
if (record[this.props.field]) {
console.log("inside loop");
console.log("trying to get metadata for slide with pathdb id", record[this.props.field]);
fetch("/node/" + record[this.props.field] + "?_format=json", {
mode: "cors"
Expand Down Expand Up @@ -93960,4 +93963,4 @@ module.exports = function loadCSSBundle(bundle) {
},{}],0:[function(require,module,exports) {
var b=require("TUK3");b.register("js",require("Yi9z"));b.register("css",require("dZuk"));
},{}]},{},[0,"Focm"], null)
//# sourceMappingURL=source.9d2c4293.js.map
//# sourceMappingURL=source.e11cfcbc.js.map

Large diffs are not rendered by default.

0 comments on commit 2bc7a52

Please sign in to comment.