mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set Authorization to authToken
This commit is contained in:
parent
cfa3b5de89
commit
37dc0336fa
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ const importCompletedTask = async (userId: string, urlsEnqueued: number) => {
|
|||
process.env.JWT_SECRET
|
||||
)) as string
|
||||
const headers = {
|
||||
Authorization: `auth=${authToken}`,
|
||||
Authorization: authToken,
|
||||
}
|
||||
|
||||
return createCloudTask(
|
||||
|
|
|
|||
Loading…
Reference in a new issue