Skip to content
Snippets Groups Projects
Commit b2f6c67a authored by syuilo's avatar syuilo
Browse files

fix(backend): リモートサーバーの情報が更新できない問題を修正

Fix #10787
parent 1c0ec222
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
- Fix: ユーザー選択ダイアログが表示されない問題を修正
### Server
-
- Fix: リモートサーバーの情報が更新できない問題を修正
## 13.12.0
......
......@@ -74,9 +74,7 @@ export class FederatedInstanceService {
.then((response) => {
return response.raw[0];
});
const updated = result.raw[0];
this.federatedInstanceCache.set(updated.host, updated);
this.federatedInstanceCache.set(result.host, result);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment