Skip to content

refactor(user): strangler offload routes to server-nestjs - #2499

Draft
shikanime wants to merge 1 commit into
pr/user-migrationfrom
pr/user-strangler
Draft

refactor(user): strangler offload routes to server-nestjs#2499
shikanime wants to merge 1 commit into
pr/user-migrationfrom
pr/user-strangler

refactor(user): strangler offload routes to server-nestjs

785dab3
Select commit
Loading
Failed to load commit list.
cloud-pi-native-sonarqube / SonarQube Code Analysis succeeded Aug 24, 2026 in 56s

Annotations

Check notice on line 11 in apps/server-nestjs/src/modules/user/user.service.ts

See this annotation in the file changed.

@cloud-pi-native-sonarqube cloud-pi-native-sonarqube / SonarQube Code Analysis

apps/server-nestjs/src/modules/user/user.service.ts#L11

Remove this unused import of 'getUsersByIds'.

Check notice on line 81 in apps/server-nestjs/src/modules/user/user.service.ts

See this annotation in the file changed.

@cloud-pi-native-sonarqube cloud-pi-native-sonarqube / SonarQube Code Analysis

apps/server-nestjs/src/modules/user/user.service.ts#L81

Do not call `Array#push()` multiple times.

Check notice on line 94 in apps/server-nestjs/src/modules/user/user.service.ts

See this annotation in the file changed.

@cloud-pi-native-sonarqube cloud-pi-native-sonarqube / SonarQube Code Analysis

apps/server-nestjs/src/modules/user/user.service.ts#L94

Do not call `Array#push()` multiple times.