An atproto PDS written in Go

fix string

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