mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove unused type
This commit is contained in:
parent
37dc0336fa
commit
f177a0d1db
1 changed files with 0 additions and 7 deletions
|
|
@ -1,13 +1,6 @@
|
|||
/* eslint-disable @typescript-eslint/restrict-template-expressions */
|
||||
import { CloudTasksClient, protos } from '@google-cloud/tasks'
|
||||
|
||||
type TaskPayload = {
|
||||
url: string
|
||||
userId: string
|
||||
saveRequestId: string
|
||||
source: string
|
||||
}
|
||||
|
||||
const cloudTask = new CloudTasksClient()
|
||||
|
||||
export const createCloudTask = async (
|
||||
|
|
|
|||
Loading…
Reference in a new issue