Update initializer.rb

This commit is contained in:
Brusk Awat 2023-03-01 02:44:45 +03:00 committed by GitHub
parent ad7696ef47
commit 17887dc81d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ module Outboxable
specversion: '1.0', specversion: '1.0',
type: resource.routing_key, type: resource.routing_key,
datacontenttype: 'application/json', datacontenttype: 'application/json',
data: @resource.payload data: resource.payload
}.to_json }.to_json
end end
end end