Webpack build for branch master: c670209021

This commit is contained in:
Travis CI 2017-04-24 14:45:00 +00:00
parent fef88c93b4
commit 07f20b46f3
2 changed files with 2 additions and 1 deletions

View file

@ -23439,6 +23439,7 @@ class RESTMethods {
}
search(target, options) {
if (typeof options === 'string') options = { content: options };
if (options.before) {
if (!(options.before instanceof Date)) options.before = new Date(options.before);
options.maxID = long.fromNumber(options.before.getTime() - 14200704e5).shiftLeft(22).toString();

File diff suppressed because one or more lines are too long