Skip to content

Commit 82bb43f

Browse files
committed
fix lint
1 parent e23924c commit 82bb43f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/components/App/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import Helmet from 'react-helmet'
44
import Q from 'q'
55
import React, { Component } from 'react'
66

7-
FieldDBObject.todo = function () {};
8-
FieldDBObject.warn = function () {};
7+
FieldDBObject.todo = function () {}
8+
FieldDBObject.warn = function () {}
99
FieldDBObject.confirm = function (message, optionalLocale) {
1010
const deferred = Q.defer()
1111
console.warn('Not confirming: ', message)

lib/user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ var getUserMask = function getUserMask(username, next) {
9090
});
9191

9292
// console.log(new Date() + " Waiting for " + promises.length + " to download details");
93-
Q.allSettled(promises).done(function(results) {
93+
Q.allSettled(promises).done(function() {
9494
// console.log(new Date() + " TODO Consider saving in the user to avoid making requests again ", results.length);
9595
// console.log(new Date() + " userPrivate.userMask.corpora.titles ", userPrivate.userMask.corpora.map(function(mask) {
9696
// return mask.title;

0 commit comments

Comments
 (0)