Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeressian committed Feb 14, 2024
1 parent 95cef90 commit f67647d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uploader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default class Uploader {
info(
`Deploying ${entry.path} by https://${this.storageEndpoint}/${this.storageName}/${destination}`
);
throw new Error("TEST TEST");
const response = await fetch(
`https://${this.storageEndpoint}/${this.storageName}/${destination}`,
{
Expand Down

0 comments on commit f67647d

Please sign in to comment.