An atproto PDS written in Go

fix string

Changed files
+1 -1
server
+1 -1
server/repo.go
···
)
func (ot OpType) String() string {
-
return ot.String()
}
type Op struct {
···
)
func (ot OpType) String() string {
+
return string(ot)
}
type Op struct {