Remove unused type

This commit is contained in:
Jackson Harper 2023-01-05 11:14:57 +08:00
parent 37dc0336fa
commit f177a0d1db

View file

@ -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 (