Skip to content

Commit

Permalink
Merge pull request #17 from MZC-CSC/feature/buffalo_synn20240423_user…
Browse files Browse the repository at this point in the history
…group

pointer set
  • Loading branch information
raccoon-mh authored May 8, 2024
2 parents 768ebb1 + b4711d1 commit 85d5fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/workspaceHandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func UpdateWorkspace(tx *pop.Connection, bindModel iammodels.WorkspaceInfo) map[
func GetWorkspaceList(tx *pop.Connection, userId string) iammodels.WorkspaceInfos {
var bindModel models.MCIamWorkspaces
cblogger.Info("userId : " + userId)
err := models.DB.All(bindModel)
err := models.DB.All(&bindModel)

if err != nil {
cblogger.Error(err)
Expand Down

0 comments on commit 85d5fb4

Please sign in to comment.