This commit is contained in:
Hongze Cheng 2021-01-22 14:13:36 +08:00
parent 5dd39e7d6e
commit a5ddcb38d4
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ int32_t tsdbCreateRepo(int repoid) {
goto _err;
}
// TODO: need to create current file with nothing in
return 0;
_err: