Skip to content

Commit e0c3985

Browse files
committed
linting
1 parent b14efc0 commit e0c3985

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/api/internal/auth/constants.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ func GetTeamInfo(c *gin.Context) (authcache.AuthTeamInfo, error) {
6565
func SafeGetTeamInfo(c *gin.Context) authcache.AuthTeamInfo {
6666
return teamInfoHelper.safeGet(c)
6767
}
68+
6869
func setUserID(c *gin.Context, userID uuid.UUID) {
6970
userIDHelper.set(c, userID)
7071
}

0 commit comments

Comments
 (0)