Skip to content

Commit

Permalink
🎨 Remove duplicate expiresIn
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraHuang22 committed Sep 18, 2024
1 parent 181c72d commit 1015ced
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion store/book-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export default class BookAPI extends VuexModule {
const { data } = await axios.post(
API_POST_AUTHORIZE,
{
expiresIn: '7d',
...signature,
},
)
Expand Down

0 comments on commit 1015ced

Please sign in to comment.