Bump eslint from 3.19.0 to 4.18.2 #164
2 changed files with 3 additions and 3 deletions
|
@ -105,7 +105,7 @@ async function deleteBlockedClaims () {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function deleteFromElastic (claimid) {
|
async function deleteFromElastic (claimid) {
|
||||||
return new Promise(async(resolve, reject) => {
|
return new Promise(async (resolve, reject) => {
|
||||||
queue.push({
|
queue.push({
|
||||||
index: 'claims',
|
index: 'claims',
|
||||||
type : 'claim',
|
type : 'claim',
|
||||||
|
@ -116,7 +116,7 @@ async function deleteFromElastic (claimid) {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function pushElastic (claim) {
|
async function pushElastic (claim) {
|
||||||
return new Promise(async(resolve, reject) => {
|
return new Promise(async (resolve, reject) => {
|
||||||
queue.push({
|
queue.push({
|
||||||
index: 'claims',
|
index: 'claims',
|
||||||
type : 'claim',
|
type : 'claim',
|
||||||
|
|
|
@ -197,7 +197,7 @@ export function getValue (tx, i) {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function pushElastic (claim) {
|
async function pushElastic (claim) {
|
||||||
return new Promise(async(resolve, reject) => {
|
return new Promise(async (resolve, reject) => {
|
||||||
queue.push({
|
queue.push({
|
||||||
index: 'claims',
|
index: 'claims',
|
||||||
type : 'claim',
|
type : 'claim',
|
||||||
|
|
Loading…
Add table
Reference in a new issue