mirror of
https://github.com/immich-app/immich.git
synced 2025-11-18 19:42:34 +09:00
feat(server): better api error messages (for unhandled exceptions) (#4817)
* feat(server): better error messages * chore: open api * chore: remove debug log * fix: syntax error * fix: e2e test
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
};
|
||||
|
||||
async function readLibraryList() {
|
||||
const { data } = await api.libraryApi.getAllForUser();
|
||||
const { data } = await api.libraryApi.getLibraries();
|
||||
libraries = data;
|
||||
|
||||
dropdownOpen.length = libraries.length;
|
||||
|
||||
Reference in New Issue
Block a user