mirror of
https://github.com/immich-app/immich.git
synced 2025-12-10 09:33:58 +09:00
chore(web): generate API functions with a single argument (#2568)
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
}
|
||||
|
||||
try {
|
||||
await api.authenticationApi.logoutAuthDevice(deleteDevice.id);
|
||||
await api.authenticationApi.logoutAuthDevice({ id: deleteDevice.id });
|
||||
notificationController.show({ message: `Logged out device`, type: NotificationType.Info });
|
||||
} catch (error) {
|
||||
handleError(error, 'Unable to log out device');
|
||||
|
||||
Reference in New Issue
Block a user