Skip to content

Commit

Permalink
feat(maestro): support empty crawling module log requests (#588)
Browse files Browse the repository at this point in the history
[CTINFRA-3117]
  • Loading branch information
comagnan committed Dec 8, 2022
1 parent 9aac1dc commit 67b8a93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resources/CrawlingModule/CrawlingModuleInterfaces.ts
Expand Up @@ -130,6 +130,7 @@ export enum CrawlingModuleLogRequestState {
RUNNING = 'RUNNING',
SUCCESSFUL = 'SUCCESSFUL',
TIMEOUT = 'TIMEOUT',
EMPTY = 'EMPTY',
}

export interface CrawlingModuleLogRequestModel {
Expand Down

0 comments on commit 67b8a93

Please sign in to comment.