Skip to content

Commit

Permalink
solve lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
josepablofm78 committed Dec 6, 2022
1 parent aca16a2 commit 0aa50aa
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 176 deletions.
100 changes: 0 additions & 100 deletions src/access/access.integration.spec.ts

This file was deleted.

3 changes: 2 additions & 1 deletion src/compute/compute.controller.ts
Expand Up @@ -116,7 +116,7 @@ import {

let response;
try {
console.log("AUTH: " + JSON.stringify(this.getAuthorizationHeaderOption))
Logger.debug("AUTH: " + JSON.stringify(this.getAuthorizationHeaderOption))
response = await this.argoWorkflowApi.workflowServiceGetWorkflow(this.argoNamespace, workflowID, undefined, undefined, this.getAuthorizationHeaderOption);
}catch(e) {
Logger.error(`Error trying to get status about workflow ${workflowID}. Error: ${e}`);
Expand Down Expand Up @@ -213,6 +213,7 @@ import {
async getWorkflowExecutionLogs(
@Param('workflowID') workflowID: string,
): Promise<LogsWorkflowResultDto> {
Logger.debug("logs for " + workflowID)
return {logs:""}
}

Expand Down
45 changes: 0 additions & 45 deletions src/encrypt/encrypt.integration.spec.ts

This file was deleted.

30 changes: 0 additions & 30 deletions src/info/info.integration.spec.ts

This file was deleted.

0 comments on commit 0aa50aa

Please sign in to comment.