Removed leftover token from getWorkflow api call

This commit is contained in:
ebarrios
2020-09-28 10:18:15 +02:00
parent a930b485c3
commit 16bf17903f
@@ -33,7 +33,6 @@ export type CloudbuildApi = {
projectId,
id,
}: {
token: string;
projectId: string;
id: string;
}) => Promise<ActionsGetWorkflowResponseData>;