Skip to content

Commit cff9ee3

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ export class Vendor {
247247
if (obj?.native) {
248248
const javascriptPasswordEncrypted = tools.encrypt(obj.native.secret, javascriptPassword);
249249
if (obj.native.javascriptPassword !== javascriptPasswordEncrypted) {
250-
obj.native ||= {};
251250
obj.native.javascriptPassword = javascriptPasswordEncrypted;
252251
obj.nonEdit ||= {};
253252
obj.nonEdit.password = password;

0 commit comments

Comments
 (0)