Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit 2b604f0

Browse files
author
Joe Qiao
committed
save dataset support sync data
1 parent 2d61363 commit 2b604f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

annotation-service/services/dataSet-service.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ async function saveDataSetInfo(req) {
3535
description: req.body.description,
3636
format: req.body.format,
3737
createTime: Date.now(),
38-
updateTime: Date.now()
38+
updateTime: Date.now(),
39+
dataSynchronize: req.body.dataSynchronize? req.body.dataSynchronize:[]
3940
};
4041

4142
if (config.useLocalFileSys) {

0 commit comments

Comments
 (0)