async getDOHDataDrop(query) { const { page, itemsPerPage = 100, filterBy, filterByValue } = query; let rows = (await this.getSheetByTitle('DOH Data Drop')).sort( (a, b) => +new Date(a.DateRepConf) - +new Date(b.DateRepConf) );
async getDOHDataDrop(query) { const { page, itemsPerPage = 100, filterBy, filterByValue } = query; let rows = (await this.getSheetByTitle('DOH Data Drop')).sort( (a, b) => +new Date(a.DateRepConf) - +new Date(b.DateRepConf) );