Skip to content

Commit

Permalink
fix nil pointer with office user workload
Browse files Browse the repository at this point in the history
  • Loading branch information
loganwc committed Jan 28, 2025
1 parent a3e8cdf commit 5e4721f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions pkg/gen/ghcapi/embedded_spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/gen/ghcmessages/bulk_assignment_for_user.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions swagger-def/ghc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7154,6 +7154,7 @@ definitions:
format: uuid
moveAssignments:
type: integer
x-omitempty: false
BulkAssignmentMoveData:
format: uuid
type: string
Expand Down
1 change: 1 addition & 0 deletions swagger/ghc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7504,6 +7504,7 @@ definitions:
format: uuid
moveAssignments:
type: integer
x-omitempty: false
BulkAssignmentMoveData:
format: uuid
type: string
Expand Down

0 comments on commit 5e4721f

Please sign in to comment.