Monorepo for Tangled tangled.org

fix default value for resubmitCheck

Changed files
+2 -2
appview
state
+2 -2
appview/state/pull.go
··· 55 55 } 56 56 57 57 mergeCheckResponse := s.mergeCheck(f, pull) 58 - var resubmitResult pages.ResubmitResult 58 + resubmitResult := pages.Unknown 59 59 if user.Did == pull.OwnerDid { 60 60 resubmitResult = s.resubmitCheck(f, pull) 61 61 } ··· 115 115 } 116 116 117 117 mergeCheckResponse := s.mergeCheck(f, pull) 118 - var resubmitResult pages.ResubmitResult 118 + resubmitResult := pages.Unknown 119 119 if user.Did == pull.OwnerDid { 120 120 resubmitResult = s.resubmitCheck(f, pull) 121 121 }