Skip to content

Commit 6780114

Browse files
committed
Add some comments in code
1 parent 3dac3e3 commit 6780114

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/data/repositories/Dhis2ConfigRepository.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export class Dhis2ConfigRepository implements ConfigRepository {
2323
this.storageClient = new DataStoreStorageClient("global", this.instance);
2424
}
2525

26+
// FIXME: This method is being used in other repositories, something that shouldn't happen (code smell)
2627
@cache()
2728
public async getUser(): Promise<User> {
2829
const d2User = await this.api.currentUser

0 commit comments

Comments
 (0)