aboutsummaryrefslogtreecommitdiff
path: root/format/pack/ingest/thin_fix.go
diff options
context:
space:
mode:
Diffstat (limited to 'format/pack/ingest/thin_fix.go')
-rw-r--r--format/pack/ingest/thin_fix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/format/pack/ingest/thin_fix.go b/format/pack/ingest/thin_fix.go
index e605c3f2..436d5c88 100644
--- a/format/pack/ingest/thin_fix.go
+++ b/format/pack/ingest/thin_fix.go
@@ -98,7 +98,7 @@ func appendBaseObject(state *ingestState, id objectid.ObjectID, realType objectt
recordIdx := len(state.records)
state.records = append(state.records, record)
state.offsetToRecord[start] = recordIdx
- state.objectToRecord[id.String()] = recordIdx
+ state.objectToRecord[id] = recordIdx
state.baseCache.add(recordIdx, realType, content)
return recordIdx, nil