Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
style(routes/admin/access/bearer-token): remove excess whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jun 2, 2023
1 parent 927d301 commit cf6d41a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/routes/admin/access/bearer-token/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,8 @@ function buildBearerTokenRecord(result, req) {
typeof result.scopes === "string"
? secJSON.parse(result.scopes)
: result.scopes,

expires: result.expires,
},

meta: {
created: result.created,
last_updated: result.last_updated,
Expand Down

0 comments on commit cf6d41a

Please sign in to comment.