Update README.md

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

View File

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