chore(server) Add user FK to album entity (#1569)

This commit is contained in:
Alex
2023-02-06 20:47:06 -06:00
committed by Skyler Mäntysaari
parent 741256d79f
commit 9952cbd168
14 changed files with 173 additions and 96 deletions
+5
View File
@@ -66,6 +66,11 @@ void main() {
// TODO
});
// UserResponseDto owner
test('to test the property `owner`', () async {
// TODO
});
});