Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarhane committed Oct 18, 2018
1 parent 8bcc10b commit 287e21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/services/commandInterpreterHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import {
import { fetchRemoteGrass } from 'shared/modules/commands/helpers/grass'
import { parseGrass } from 'shared/services/grassUtils'
import { shouldUseCypherThread } from 'shared/modules/settings/settingsDuck'
import { getUserTxMetadata } from './bolt/txMetadata'
import { getUserTxMetadata } from 'shared/services/bolt/txMetaData'

const availableCommands = [
{
Expand Down

0 comments on commit 287e21e

Please sign in to comment.