Skip to content

Commit f7b943e

Browse files
committed
add mod id
1 parent 3816995 commit f7b943e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/main/java/net/modfest/platform/pojo/SubmissionData.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public record SubmissionData(@NonNull String id,
1717
@NonNull Set<String> authors,
1818
@NonNull AssociatedData platform,
1919
@Nullable String source,
20+
@Nullable String modId,
2021
@Nullable BoothData boothData,
2122
@NonNull Awards awards
2223
) implements Data {

0 commit comments

Comments
 (0)