mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-11 21:44:52 +00:00
Comment out err.
This commit is contained in:
parent
2d482b3556
commit
3e31e1c512
|
@ -208,7 +208,7 @@ async function allowInstance(api: LemmyHttp, instance: string) {
|
|||
try {
|
||||
await api.adminAllowInstance(params);
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
// console.error(error);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue