diff options
Diffstat (limited to 'model/job')
-rw-r--r-- | model/job/jobs.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model/job/jobs.ts b/model/job/jobs.ts index 4ed5858..dc23070 100644 --- a/model/job/jobs.ts +++ b/model/job/jobs.ts @@ -7,7 +7,7 @@ export interface FetchCodeJobProps extends JobArgT { } export interface FetchCodeJob { - readonly type: 'fetch_code.js'; + readonly type: 'fetch_code'; readonly arguments: FetchCodeJobProps; } |