Removed unused readOnly property on return response

This commit is contained in:
2020-05-18 16:25:08 +00:00
parent eacf8eb7aa
commit 07390b6a31
42 changed files with 126 additions and 125 deletions

View File

@@ -198,7 +198,7 @@
// //dump file name example: ayanova.data.dump.XXX.zip
// List<string> l = FileUtil.UtilityFileList("ayanova.data.dump.*.zip");
// return Ok(ApiOkResponse.Response(l, true));
// return Ok(ApiOkResponse.Response(l));
// }