We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dac3e3 commit 6780114Copy full SHA for 6780114
src/data/repositories/Dhis2ConfigRepository.ts
@@ -23,6 +23,7 @@ export class Dhis2ConfigRepository implements ConfigRepository {
23
this.storageClient = new DataStoreStorageClient("global", this.instance);
24
}
25
26
+ // FIXME: This method is being used in other repositories, something that shouldn't happen (code smell)
27
@cache()
28
public async getUser(): Promise<User> {
29
const d2User = await this.api.currentUser
0 commit comments