Skip to content

Commit

Permalink
fix: refactors resource event panic
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaochaoren1 authored and SongZhen0704 committed Feb 28, 2025
1 parent 69b7008 commit 6a1f10b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/controller/recorder/updater/updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ func newUpdaterBase[
message.MetadataSubDomainLcuuid(u.metadata.SubDomain.Lcuuid),
message.MetadataSoftDelete(u.dbOperator.GetSoftDelete()),
message.MetadataToolDataSet(cache.ToolDataSet),
message.MetadataDB(cache.GetMetadata().GetDB()),
)

// log.Infof("new updater for resource type: %s, message metadata: %#v", resourceType, u.msgMetadata, u.metadata.LogPrefixes)
Expand Down

0 comments on commit 6a1f10b

Please sign in to comment.