Skip to content

Commit

Permalink
chore: lint problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Alonza0314 committed Nov 14, 2024
1 parent 7fb287d commit 62bdcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/WebUI/api_webui.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const (
userDataColl = "userData"
tenantDataColl = "tenantData"
identityDataColl = "subscriptionData.identityData"
profileDataColl = "profileData" // store profile data
profileDataColl = "profileData" // store profile data
)

var jwtKey = "" // for generating JWT
Expand Down

0 comments on commit 62bdcf5

Please sign in to comment.