Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Commit

Permalink
Set the keep case option globally to prevent snake_case from getting
Browse files Browse the repository at this point in the history
converted to cameCase automatically
  • Loading branch information
raamb committed Feb 5, 2019
1 parent be5e1ef commit 822bdea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const os = require("os")
const Web3 = require("web3")
const klaw = require("klaw-sync")
const protobuf = require("protobufjs")
protobuf.parse.defaults.keepCase = true;

const registryABI = require("singularitynet-platform-contracts/abi/Registry.json")
const registryNetworks = require("singularitynet-platform-contracts/networks/Registry.json")
Expand Down

0 comments on commit 822bdea

Please sign in to comment.