Browse Source

First implementation of probo server component

andrea 5 tháng trước cách đây
mục cha
commit
c1545590d4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"`
 }