Skip to content

Commit

Permalink
Fix Partners Profiles connections
Browse files Browse the repository at this point in the history
  • Loading branch information
voctory committed Jan 25, 2025
1 parent 30d681f commit 0ce8b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/interactions/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const CURRENT_EVENT = "blueprint;2025";

export const ATTENDEE = "NFC_ATTENDEE";
export const EXEC = "NFC_EXEC"; // subject to change
export const PARTNER = "NFC_PARTNER";
export const PARTNER = "Partner";

export const QUEST_CONNECT_ONE = "QUEST_CONNECT_ONE";
export const QUEST_SNACK = "QUEST_SNACK";
Expand Down

0 comments on commit 0ce8b9a

Please sign in to comment.