Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qinhua committed Nov 21, 2024
1 parent 02abec9 commit 9625ca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/uploadS3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ interface LocalFile {

const config: any = {
dist: {
carvIdSDKDemo: "../../apps/carvid-sdk-demo/dist",
carvIdSDKDemo: "../../apps/carvId-sdk-demo/dist",
},
oldDist: {
carvIdSDKDemo: "../../apps/carvid-sdk-demo/dist-old",
carvIdSDKDemo: "../../apps/carvId-sdk-demo/dist-old",
},
project: {
dev: {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/module/carv-id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ export class CarvIdWidget extends LitElement {

if (this.config.watchResize && this.resizeHandler) {
window.removeEventListener("resize", this.resizeHandler);
this.resizeHandler = null;
this.resizeHandler = undefined;
}
}

Expand Down

0 comments on commit 9625ca5

Please sign in to comment.