Skip to content

Commit

Permalink
update: timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
siwonpada committed Nov 1, 2024
1 parent 0ed7d72 commit 053e930
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"axios",
"datasources",
"dbml",
"gistory",
"gsainfoteam",
"infoteam",
"nestjs",
Expand Down
8 changes: 4 additions & 4 deletions libs/infoteam-idp/src/infoteam-idp.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class InfoteamIdpService {
}),
),
);
this.logger.log('getAccessToken response, Duration time: ->');
this.logger.log('getAccessToken response');
return accessTokenResponse.data;
}

Expand Down Expand Up @@ -98,7 +98,7 @@ export class InfoteamIdpService {
}),
),
);
this.logger.log('getUserInfo response, Duration time: ->');
this.logger.log('getUserInfo response');
const {
uuid,
name,
Expand Down Expand Up @@ -147,7 +147,7 @@ export class InfoteamIdpService {
}),
),
);
this.logger.log('refresh response, Duration time: ->');
this.logger.log('refresh response');
return accessTokenResponse.data;
}

Expand Down Expand Up @@ -187,6 +187,6 @@ export class InfoteamIdpService {
}),
),
);
this.logger.log('revoke response, Duration time: ->');
this.logger.log('revoke response');
}
}

0 comments on commit 053e930

Please sign in to comment.