diff --git a/runtime/registry.go b/runtime/registry.go index 7c3404b..83d17d0 100644 --- a/runtime/registry.go +++ b/runtime/registry.go @@ -168,7 +168,8 @@ func (r *Registry) Get(key string) (record.Record, error) { return r, nil } } - return nil, nil + + return nil, database.ErrNotFound } // Put stores the record m in the runtime database. Note that