Skip to content

Commit

Permalink
Merge pull request #973 from 0x1-company/invite-friend-path
Browse files Browse the repository at this point in the history
feat: 🎸 change path invite
  • Loading branch information
tomokisun authored Nov 16, 2023
2 parents 4010e98 + 2d41f74 commit 75d3057
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public struct InviteFriendLogic {
guard let username = data.currentUser.username
else { return .none }
state.shareURL = ShareLinkBuilder.buildGodLink(
path: .add,
path: .invite,
username: username,
source: .share,
medium: .requiredInvite
Expand Down

0 comments on commit 75d3057

Please sign in to comment.