summaryrefslogtreecommitdiff
path: root/model/job/jobs.ts
diff options
context:
space:
mode:
Diffstat (limited to 'model/job/jobs.ts')
-rw-r--r--model/job/jobs.ts2
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;
}