QFIX: Github Auth (#7558)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2024-12-26 15:56:56 +07:00 committed by GitHub
parent b2419221fb
commit 8c4c4ad9b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -367,7 +367,7 @@ export const joinedProjectsStore = writable<Project[]>()
function fillStores (): void {
const client = getClient()
if (client !== undefined) {
if (client !== undefined && getCurrentAccount() != null) {
const query = createQuery(true)
query.query(task.class.ProjectType, {}, (res) => {
typeStore.set(toIdMap(res))