Skip to content

Commit

Permalink
rename in export
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Oct 29, 2024
1 parent ca29685 commit 307875d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/db/declarative/export.lua
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ local sync_emitter = {

emit_entity = function(self, entity_name, entity_data)
self.out_n = self.out_n + 1
self.out[self.out_n] = { type = entity_name , row = entity_data, version = self.sync_version,
self.out[self.out_n] = { type = entity_name , entity = entity_data, version = self.sync_version,
ws_id = kong.default_workspace, }
end,

Expand Down

0 comments on commit 307875d

Please sign in to comment.