mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-02-11 18:59:23 +00:00
fix(web/server) uploaded asset in shared link not loaded (#1766)
* fix(web/server): Uploaded asset to shared link does not get added to the shared link/album * remove unused code * Add endpoints for each remove and add assets to shared link * Update api * Added deletion logic * Convert callback to async/await * Fix linter * Fix test * Fix server test * added test * Test coverage * modify DTO * Add notification * fix test
This commit is contained in:
@@ -140,9 +140,9 @@
|
||||
},
|
||||
"./libs/domain/": {
|
||||
"branches": 80,
|
||||
"functions": 89,
|
||||
"functions": 88,
|
||||
"lines": 95,
|
||||
"statements": 95
|
||||
"statements": 94
|
||||
}
|
||||
},
|
||||
"testEnvironment": "node",
|
||||
|
||||
Reference in New Issue
Block a user