Skip to content

Commit

Permalink
📦 change CustomOutputAdapter lambda signature
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberbit committed Oct 21, 2023
1 parent 68dc8be commit a7e26bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/telem/lib/output/CustomOutputAdapter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ end
function CustomOutputAdapter:write (collection)
assert(o.instanceof(collection, MetricCollection), 'Collection must be a MetricCollection')

self.writelambda(collection.metrics, collection.context)
self.writelambda(collection)
end

return CustomOutputAdapter

0 comments on commit a7e26bf

Please sign in to comment.