Skip to content

Commit

Permalink
GAP-2132 changing usersub to String
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicwest committed Aug 28, 2023
1 parent dd55f5c commit ed600ed
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import java.time.ZonedDateTime;
import java.util.List;
import java.util.UUID;

@Data
@Builder
Expand All @@ -23,6 +22,6 @@ public class LambdaSubmissionDefinition {

private List<SubmissionSection> sections;

private UUID userId;
private String userId;

}

0 comments on commit ed600ed

Please sign in to comment.