Skip to content

Commit cd38c15

Browse files
Update packages/cli/src/lib/setup/setupVendor.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f7a45d6 commit cd38c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/lib/setup/setupVendor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ export class Vendor {
246246

247247
if (obj?.native) {
248248
const javascriptPasswordEncrypted = tools.encrypt(obj.native.secret, javascriptPassword);
249-
if (obj.native?.javascriptPassword !== javascriptPasswordEncrypted) {
249+
if (obj.native.javascriptPassword !== javascriptPasswordEncrypted) {
250250
obj.native ||= {};
251251
obj.native.javascriptPassword = javascriptPasswordEncrypted;
252252
obj.nonEdit ||= {};

0 commit comments

Comments
 (0)