Эх сурвалжийг харах

First implementation of probo server component

andrea 6 сар өмнө
parent
commit
c1545590d4
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      models/participant.go

+ 1 - 1
models/participant.go

@@ -16,7 +16,7 @@ type Participant struct {
 	Firstname string `csv:"firstname"`
 	Lastname  string `csv:"lastname"`
 
-	Token uint `csv:"token"`
+	Token int `csv:"token"`
 
 	Attributes AttributeList `csv:"attributes"`
 }