Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 8911d48

Browse files
authored
Change initial templates from pending to approved (#21)
1 parent e9bccdf commit 8911d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_server/src/models/model_init_handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const createTemplates = async models => {
2626
jobConfig: template, // TODO: protocol validation in the future
2727
submits: 0,
2828
starNumber: 0,
29-
status: 'pending',
29+
status: 'approved',
3030
});
3131
}),
3232
);

0 commit comments

Comments
 (0)