Cache custom profiles

This commit is contained in:
Phyks (Lucas Verney) 2019-10-08 14:33:41 +02:00
parent a77413e1eb
commit f331773363
2 changed files with 12 additions and 3 deletions

View file

@ -187,7 +187,7 @@
}
if (evt.callback) {
evt.callback();
evt.callback(err, profileId, evt.profileText);
}
});
});