Skip to content

Commit 31bdca5

Browse files
committed
🤖 GITHUB ACTIONS format_prettier
1 parent 7eeefaa commit 31bdca5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

‎src/app/core/user-info/user-info.service.ts‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ export class UserInfoService {
3535
'userInfo.json'
3636

3737
if (outhSiginFlag) {
38-
userInfoUrl = runtimeEnvironment.AUTH_SERVER +
39-
(options?.publicRecordId ? options.publicRecordId + '/' : '') +
40-
'userInfo.json'
38+
userInfoUrl =
39+
runtimeEnvironment.AUTH_SERVER +
40+
(options?.publicRecordId ? options.publicRecordId + '/' : '') +
41+
'userInfo.json'
4142
}
4243

4344
return this._http

0 commit comments

Comments
 (0)