mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
Fixed openapi generation command for mobile
This commit is contained in:
@@ -21,16 +21,21 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// String key
|
||||
// SystemConfigKey key
|
||||
test('to test the property `key`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// Object value
|
||||
// String value
|
||||
test('to test the property `value`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// String defaultValue
|
||||
test('to test the property `defaultValue`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user