mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-01-09 02:35:49 +00:00
chore(server,mobile): remove device info entity (#1527)
* chore(server): remove unused device info code * chore: generate open api * remove any DeviceTypeEnum usage from mobile * chore: coverage * fix: drop device info table --------- Co-authored-by: Fynn Petersen-Frey <zody22@gmail.com>
This commit is contained in:
@@ -141,9 +141,9 @@
|
||||
"coverageThreshold": {
|
||||
"./libs/domain/": {
|
||||
"branches": 80,
|
||||
"functions": 88,
|
||||
"functions": 87,
|
||||
"lines": 94,
|
||||
"statements": 94
|
||||
"statements": 93
|
||||
}
|
||||
},
|
||||
"setupFilesAfterEnv": [
|
||||
|
||||
Reference in New Issue
Block a user