Skip to content

Commit 6c2bf56

Browse files
committed
chore: update TODO to reference authzed/api#159
1 parent 57713a0 commit 6c2bf56

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

internal/datastore/common/errors.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ type SchemaNotInitializedError struct {
184184
}
185185

186186
func (err SchemaNotInitializedError) GRPCStatus() *status.Status {
187-
// TODO: Create ERROR_REASON_DATASTORE_NOT_MIGRATED in authzed/api and use it here
188-
// See: https://github.com/authzed/spicedb/pull/2775
187+
// TODO: Update to use ERROR_REASON_DATASTORE_NOT_MIGRATED once authzed/api#159 is merged
189188
return spiceerrors.WithCodeAndDetails(
190189
err,
191190
codes.FailedPrecondition,

0 commit comments

Comments
 (0)