Bugfix: undefined Remote.domainList

This commit is contained in:
djmaze 2021-12-13 14:12:06 +01:00
parent 0eba63a74b
commit 503219c70e

View file

@ -23,5 +23,4 @@ DomainAdminStore.fetch = () => {
}, {
IncludeAliases: 1
});
Remote.domainList();
};