an app.bsky.* indexer

go fmt

Changed files
+1 -1
cmd
monarch
+1 -1
cmd/monarch/firehose.go
···
}
type firehoseCursor struct {
-
ID int `gorm:"primaryKey"`
Key string
Val int64
}
···
}
type firehoseCursor struct {
+
ID int `gorm:"primaryKey"`
Key string
Val int64
}