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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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