diff options
author | Leon Jiang <35908040+leonyjiang@users.noreply.github.com> | 2021-03-08 03:18:58 -0500 |
---|---|---|
committer | Leon Jiang <35908040+leonyjiang@users.noreply.github.com> | 2021-03-08 03:19:25 -0500 |
commit | 3489cb3cf0adc8593fe4f64e0fccb2b6e4228ef5 (patch) | |
tree | 09403d196c8a1766077e6f5367cf782cbafe1c08 /src | |
parent | 19813bb8c241ee8cbf4cc6ad8dc2084cfb90b16b (diff) |
Add small note for explore service
Diffstat (limited to 'src')
-rw-r--r-- | src/services/ExploreService.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/services/ExploreService.ts b/src/services/ExploreService.ts index 33b79b4a..56a2e3d1 100644 --- a/src/services/ExploreService.ts +++ b/src/services/ExploreService.ts @@ -51,6 +51,7 @@ export const getAllExploreSections = async () => { return EMPTY_PROFILE_PREVIEW_LIST; } const data = await response.json(); + // TODO (if we return to original explore format): get keys from backend API const exploreSections: Record<ExploreSectionType, ProfilePreviewType[]> = { 'New to Tagg': data.categories.new_to_tagg, 'People You May Know': data.categories.people_you_may_know, |