From 1015cedfc26cdcf0cd51c3bd319f4994d2b0e3a1 Mon Sep 17 00:00:00 2001 From: AuroraHuang22 Date: Wed, 18 Sep 2024 20:55:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Remove=20duplicate=20expiresIn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/book-api.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/store/book-api.ts b/store/book-api.ts index 7865accc..302f7914 100644 --- a/store/book-api.ts +++ b/store/book-api.ts @@ -37,7 +37,6 @@ export default class BookAPI extends VuexModule { const { data } = await axios.post( API_POST_AUTHORIZE, { - expiresIn: '7d', ...signature, }, )