feat(server): add originalFileName to asset table (#2231)

This commit is contained in:
Alex
2023-04-11 05:23:39 -05:00
committed by GitHub
parent db628cec11
commit a1a62b00a0
24 changed files with 143 additions and 60 deletions

View File

@@ -46,6 +46,11 @@ void main() {
// TODO
});
// String originalFileName
test('to test the property `originalFileName`', () async {
// TODO
});
// String resizePath
test('to test the property `resizePath`', () async {
// TODO

View File

@@ -31,11 +31,6 @@ void main() {
// TODO
});
// String imageName
test('to test the property `imageName`', () async {
// TODO
});
// num exifImageWidth
test('to test the property `exifImageWidth`', () async {
// TODO