Skip to content

Commit

Permalink
replaces null asset values with integers in demo qset
Browse files Browse the repository at this point in the history
  • Loading branch information
clpetersonucf committed Jul 25, 2024
1 parent a3a7695 commit e045499
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"assets":[
0,
0,
null
1000
]
},
{
Expand All @@ -46,7 +46,7 @@
"assets":[
0,
0,
null
1001
]
},
{
Expand All @@ -67,7 +67,7 @@
"assets":[
0,
0,
null
1010
]
},
{
Expand All @@ -88,7 +88,7 @@
"assets":[
0,
0,
null
1011
]
},
{
Expand All @@ -109,7 +109,7 @@
"assets":[
0,
0,
null
1100
]
},
{
Expand All @@ -130,7 +130,7 @@
"assets":[
0,
0,
null
1101
]
},
{
Expand Down Expand Up @@ -172,7 +172,7 @@
"assets":[
0,
0,
null
1110
]
},
{
Expand All @@ -193,7 +193,7 @@
"assets":[
0,
0,
null
1111
]
},
{
Expand Down

0 comments on commit e045499

Please sign in to comment.