Skip to content

Commit ff1b8bb

Browse files
committed
fix(wk-la): extra ; in the gen code
1 parent 48c20c0 commit ff1b8bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/wrapped-keys-lit-actions/sync-actions-to-ipfs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ function updateConstantsFile(cidRepo, cidRepoCommon) {
6363
6464
const LIT_ACTION_CID_REPOSITORY: LitCidRepository = ${renderLitActionRepository(
6565
cidRepo
66-
)};
66+
)}
6767
6868
const LIT_ACTION_CID_REPOSITORY_COMMON: LitCidRepositoryCommon = ${renderLitActionRepositoryCommon(
6969
cidRepoCommon
70-
)};
70+
)}
7171
7272
export { LIT_ACTION_CID_REPOSITORY, LIT_ACTION_CID_REPOSITORY_COMMON };
7373
`;

0 commit comments

Comments
 (0)