Skip to content

Commit

Permalink
fix(yandex api): change hashSimple for split\join an array
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidlilo authored and KhaledMohamedP committed Dec 12, 2018
1 parent 1163443 commit 5f88324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/service/yandex.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var Promise = require('promise');
var _ = require('lodash');

var hashSimple = '[(.|.)]';
var hashSimple = '/|/|/|';
var translateService;

function init(setting) {
Expand Down

0 comments on commit 5f88324

Please sign in to comment.