Removed leftover token from getWorkflow api call
This commit is contained in:
@@ -33,7 +33,6 @@ export type CloudbuildApi = {
|
||||
projectId,
|
||||
id,
|
||||
}: {
|
||||
token: string;
|
||||
projectId: string;
|
||||
id: string;
|
||||
}) => Promise<ActionsGetWorkflowResponseData>;
|
||||
|
||||
Reference in New Issue
Block a user