mirror of
https://github.com/immich-app/immich.git
synced 2025-11-29 20:49:45 +09:00
chore(web): generate API functions with a single argument (#2568)
This commit is contained in:
@@ -73,8 +73,10 @@
|
||||
}
|
||||
|
||||
const { data: updated } = await api.systemConfigApi.updateConfig({
|
||||
...current,
|
||||
oauth: oauthConfig
|
||||
systemConfigDto: {
|
||||
...current,
|
||||
oauth: oauthConfig
|
||||
}
|
||||
});
|
||||
|
||||
oauthConfig = { ...updated.oauth };
|
||||
|
||||
Reference in New Issue
Block a user