Skip to content

Commit

Permalink
remove uuidv4 updating for app:serviceInstanceId in InstallerService
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei committed Jan 15, 2025
1 parent a02046f commit 8b4cd95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/app/src/server/service/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { addSeconds } from 'date-fns/addSeconds';
import ExtensibleCustomError from 'extensible-custom-error';
import fs from 'graceful-fs';
import mongoose from 'mongoose';
import { v4 as uuidv4 } from 'uuid';

import loggerFactory from '~/utils/logger';

Expand Down Expand Up @@ -117,7 +116,6 @@ export class InstallerService {
'app:fileUpload': true,
'app:isV5Compatible': true,
'app:globalLang': globalLang,
'app:serviceInstanceId': uuidv4(),
}, { skipPubsub: true });

if (options?.allowGuestMode) {
Expand Down

0 comments on commit 8b4cd95

Please sign in to comment.