Skip to content

Commit

Permalink
fix(KV): create ss entry with USAState null for android parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed May 9, 2018
1 parent ff7c35d commit 77891ee
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ export default ({ api }) => {
const createShapeshift = function * (kv) {
const newShapeshiftEntry = {
trades: [],
USAState: ''
USAState: null
}
const newkv = set(KVStoreEntry.value, newShapeshiftEntry, kv)
yield put(A.createMetadataShapeshift(newkv))
Expand Down

0 comments on commit 77891ee

Please sign in to comment.