this repo has no description

fix string

Hailey 0a0b09a0 2269c30e

Changed files
+1 -1
server
+1 -1
server/repo.go
··· 51 ) 52 53 func (ot OpType) String() string { 54 - return ot.String() 55 } 56 57 type Op struct {
··· 51 ) 52 53 func (ot OpType) String() string { 54 + return string(ot) 55 } 56 57 type Op struct {