Skip to content

Commit

Permalink
change default
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizgar91 committed Apr 7, 2020
1 parent 40a12c1 commit d8551d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/avro/LogRecordTopicsFlattened.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
{
"name": "topic0",
"type": ["null", "string"],
"default": ""
"default": null
},
{
"name": "topic1",
"type": ["null", "string"],
"default": ""
"default": null
},
{
"name": "topic2",
"type": ["null", "string"],
"default": ""
"default": null
},
{
"name": "topic3",
"type": ["null", "string"],
"default": ""
"default": null
},
{
"name": "transactionHash",
Expand Down

0 comments on commit d8551d2

Please sign in to comment.