Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JonSpight committed Jan 8, 2025
1 parent 1155ac2 commit 9713b2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/factory/shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,14 +273,14 @@ var TransportationOffices = transportationOfficeGroup{

type officeUserGroup struct {
SCAssignedUser CustomType
TOOAssignedUser CustomType
TIOAssignedUser CustomType
TOOAssignedUser CustomType
}

var OfficeUsers = officeUserGroup{
SCAssignedUser: "SCAssignedUser",
TOOAssignedUser: "TOOAssignedUser",
TIOAssignedUser: "TIOAssignedUser",
TOOAssignedUser: "TOOAssignedUser",
}

// uploadGroup is a grouping of all the upload related fields
Expand Down

0 comments on commit 9713b2c

Please sign in to comment.