Skip to content

Commit

Permalink
fix: update user preferences topic
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Dec 6, 2023
1 parent 43c270d commit c98e2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/topic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const buildUserPrivateStoreTopic = (addrPrefixedKey: string): string => {
}

export const buildUserPrivatePreferencesTopic = (identifier: string) =>
buildContentTopic(`user-preferences-${identifier}`)
buildContentTopic(`userpreferences-${identifier}`)

// validate that a topic only contains ASCII characters 33-127
export const isValidTopic = (topic: string): boolean => {
Expand Down

0 comments on commit c98e2b8

Please sign in to comment.