Skip to content

Commit 2fa56fa

Browse files
committed
clearly half awake
1 parent f7b943e commit 2fa56fa

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

platform_api/src/main/java/net/modfest/platform/service/SubmissionService.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ public SubmissionData makeSubmissionOther(EventData event, Set<UserData> authors
236236
),
237237
submitData.sourceUrl(),
238238
null,
239+
null,
239240
new SubmissionData.Awards(
240241
Set.of(),
241242
Set.of()
@@ -284,6 +285,7 @@ public SubmissionData makeSubmissionModrinth(String eventId, Set<UserData> autho
284285
),
285286
project.sourceUrl,
286287
null,
288+
null,
287289
new SubmissionData.Awards(
288290
Set.of(),
289291
Set.of()

platform_api/src/test/java/net/modfest/platform/JsonTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ public static List<Object> testObjects() {
7676
"dwdadw"
7777
)),
7878
"bb",
79+
"wawa",
7980
new SubmissionData.BoothData(
8081
new SubmissionData.BoothData.Column(500, -525),
8182
new SubmissionData.BoothData.WarpCoordinates(10, -20, 100, SubmissionData.BoothData.WarpCoordinates.Direction.EAST),

0 commit comments

Comments
 (0)