From fe6a88a479702d6f362d2c2bac0903590f03366a Mon Sep 17 00:00:00 2001 From: Quaternions Date: Mon, 9 Dec 2024 17:34:55 -0800 Subject: [PATCH] tweak submission comment --- pkg/model/submission.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/model/submission.go b/pkg/model/submission.go index 39727c0..8b28743 100644 --- a/pkg/model/submission.go +++ b/pkg/model/submission.go @@ -27,7 +27,7 @@ type Submission struct { Submitter int64 // UserID AssetID int64 AssetVersion int64 - Completed bool + Completed bool // Has this version of the map been completed at least once on maptest TargetAssetID int64 // where to upload map fix. if the TargetAssetID is 0, it's a new map. StatusID Status }