mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-14 21:36:51 +08:00
Chore/cleanup warnings (#17974)
This commit is contained in:
@@ -9,7 +9,7 @@ export const checkOrSetAccessToken = async () => {
|
||||
try {
|
||||
accessTokenJson = JSON.parse(accessToken)
|
||||
}
|
||||
catch (e) {
|
||||
catch {
|
||||
|
||||
}
|
||||
if (!accessTokenJson[sharedToken]) {
|
||||
@@ -26,7 +26,7 @@ export const setAccessToken = async (sharedToken: string, token: string) => {
|
||||
try {
|
||||
accessTokenJson = JSON.parse(accessToken)
|
||||
}
|
||||
catch (e) {
|
||||
catch {
|
||||
|
||||
}
|
||||
|
||||
@@ -44,7 +44,7 @@ export const removeAccessToken = () => {
|
||||
try {
|
||||
accessTokenJson = JSON.parse(accessToken)
|
||||
}
|
||||
catch (e) {
|
||||
catch {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user