Skip to content

Commit da437f5

Browse files
add clarification to helper
Signed-off-by: Adhitya Mamallan <adhitya.mamallan@uber.com>
1 parent cdb77c5 commit da437f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* Returns the local storage key for persisted column IDs.
3+
*
4+
* Keyed by domain name rather than domain ID intentionally —
5+
* domains that share a name likely serve the same use case for a given user.
6+
*/
17
export default function getColumnIdsLocalStorageKey(domain: string) {
28
return `columns_${domain}`;
39
}

0 commit comments

Comments
 (0)