update: comment.

This commit is contained in:
Darshan
2025-06-02 16:02:55 +05:30
committed by GitHub
parent 125704fba5
commit 0a27ec1851
+1 -1
View File
@@ -30,7 +30,7 @@ export const load: LayoutLoad = async ({ params, depends, parent }) => {
currentOrgId,
organizations,
currentProjectId: params.project ?? '',
// that this is an unresolved promise
// this is an unresolved promise
projectsPromise: loadNonBlocking(currentOrgId)
};
};