Bump eslint from 3.19.0 to 4.18.2 #164

Merged
dependabot[bot] merged 2 commits from dependabot/npm_and_yarn/eslint-4.18.2 into master 2019-09-18 18:57:53 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit c002a09d7e - Show all commits

View file

@ -105,7 +105,7 @@ async function deleteBlockedClaims () {
}
async function deleteFromElastic (claimid) {
return new Promise(async(resolve, reject) => {
return new Promise(async (resolve, reject) => {
queue.push({
index: 'claims',
type : 'claim',
@ -116,7 +116,7 @@ async function deleteFromElastic (claimid) {
}
async function pushElastic (claim) {
return new Promise(async(resolve, reject) => {
return new Promise(async (resolve, reject) => {
queue.push({
index: 'claims',
type : 'claim',

View file

@ -197,7 +197,7 @@ export function getValue (tx, i) {
}
async function pushElastic (claim) {
return new Promise(async(resolve, reject) => {
return new Promise(async (resolve, reject) => {
queue.push({
index: 'claims',
type : 'claim',