Skip to content

Commit 2608301

Browse files
committed
remove unused imports
1 parent 3e34d3f commit 2608301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import fetch from "sync-fetch";
2-
import { PubSub, Topic } from "@google-cloud/pubsub";
2+
import { PubSub } from "@google-cloud/pubsub";
33
import { hrtime } from "node:process";
44
import { v4 as uuidv4 } from "uuid";
55
import { AxiosInstance, AxiosStatic } from "axios";

0 commit comments

Comments
 (0)