-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: getPublicEventType of NonOrgUser fetch OrgUser event-type of sam…
…e username (#15587) * fix: getPublicEventType of NonOrgUser fetch OrgUser event-type with same username * Fix the test that was supposed to verify the scenario --------- Co-authored-by: Hariom <hariombalhara@gmail.com> Co-authored-by: Omar López <zomars@me.com>
- Loading branch information
1 parent
3948b8d
commit 3a2a70d
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -239,6 +239,7 @@ export const getPublicEvent = async ( | |
} | ||
: { | ||
username, | ||
profiles: { none: {} }, | ||
}), | ||
}, | ||
}, | ||
|