Add ariadnee (#560)

This commit is contained in:
Geometrically
2022-07-01 20:15:01 -07:00
committed by GitHub
parent 153d77359f
commit 928f6e7009
5 changed files with 25 additions and 13 deletions

View File

@@ -24,7 +24,7 @@ export const actions = {
headers: {
Authorization: token,
'x-ratelimit-key': process.server
? process.env.RATE_LIMIT_IGNORE_KEY
? process.env.RATE_LIMIT_IGNORE_KEY || ''
: '',
},
})

View File

@@ -29,7 +29,7 @@ export const actions = {
const headers = {
headers: {
'x-ratelimit-key': process.server
? process.env.RATE_LIMIT_IGNORE_KEY
? process.env.RATE_LIMIT_IGNORE_KEY || ''
: '',
},
}