Skip to content

Commit

Permalink
build: update dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Aug 19, 2021
1 parent 7369b01 commit 329f54e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/restore/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -941,8 +941,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
});
};
Object.defineProperty(exports, "__esModule", { value: true });
const cache = __importStar(__webpack_require__(722));
const core = __importStar(__webpack_require__(470));
const cache = __importStar(__webpack_require__(722));
const constants_1 = __webpack_require__(211);
const utils = __importStar(__webpack_require__(443));
function run() {
Expand Down
2 changes: 1 addition & 1 deletion dist/save/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -777,8 +777,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
});
};
Object.defineProperty(exports, "__esModule", { value: true });
const cache = __importStar(__webpack_require__(722));
const core = __importStar(__webpack_require__(470));
const cache = __importStar(__webpack_require__(722));
const constants_1 = __webpack_require__(211);
const utils = __importStar(__webpack_require__(443));
function run() {
Expand Down

0 comments on commit 329f54e

Please sign in to comment.