fix(server): Handle exposure time correctly (#1432)

This commit is contained in:
Alex
2023-01-26 13:14:05 -06:00
committed by GitHub
parent bcb0056b55
commit 8b73c2bf8a
12 changed files with 31 additions and 24 deletions

View File

@@ -86,7 +86,7 @@ void main() {
// TODO
});
// num exposureTime
// String exposureTime
test('to test the property `exposureTime`', () async {
// TODO
});