Skip to content

Commit

Permalink
Fix bug camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Sep 28, 2018
1 parent 4dc9323 commit 000b247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/type-extrinsics/src/fromMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

import camelCase from '@polkadot/util/string/camelcase';
import camelCase from '@polkadot/util/string/camelCase';
import Metadata, { RuntimeModuleMetadata } from '@polkadot/api-codec/Metadata';

import createExtrinsic from './utils/createExtrinsic';
Expand Down

0 comments on commit 000b247

Please sign in to comment.