Remove wrong comments

This commit is contained in:
Hongbo Wu
2023-02-27 18:28:45 +08:00
parent c8ec84562b
commit 9ff0711a73

View File

@ -446,7 +446,6 @@ export const enqueueImportFromIntegration = async (
integrationId: string
): Promise<string> => {
const { GOOGLE_CLOUD_PROJECT } = process.env
// use pubsub data format to send the userId to the task handler
const payload = {
userId,
integrationId,