Make doubly sure fixed calzoneman/sync#445
This commit is contained in:
parent
a636082500
commit
ca17c82c8c
|
@ -418,7 +418,7 @@ var Getters = {
|
|||
dm: function (id, callback) {
|
||||
var m = id.match(/([\w-]+)/);
|
||||
if (m) {
|
||||
id = m[1];
|
||||
id = m[1].split("_")[0];
|
||||
} else {
|
||||
callback("Invalid ID", null);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue