We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14efc0 commit e0c3985Copy full SHA for e0c3985
packages/api/internal/auth/constants.go
@@ -65,6 +65,7 @@ func GetTeamInfo(c *gin.Context) (authcache.AuthTeamInfo, error) {
65
func SafeGetTeamInfo(c *gin.Context) authcache.AuthTeamInfo {
66
return teamInfoHelper.safeGet(c)
67
}
68
+
69
func setUserID(c *gin.Context, userID uuid.UUID) {
70
userIDHelper.set(c, userID)
71
0 commit comments