fix: change accountID to account_id to match PublishVideo(func)
This commit is contained in:
@@ -33,7 +33,7 @@ func JWTAuth() gin.HandlerFunc {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
c.Set("accountID", claims.AccountID)
|
c.Set("account_id", claims.AccountID)
|
||||||
c.Set("username", claims.Username)
|
c.Set("username", claims.Username)
|
||||||
|
|
||||||
c.Next()
|
c.Next()
|
||||||
|
|||||||
Reference in New Issue
Block a user