Skip to content

Commit

Permalink
lint change
Browse files Browse the repository at this point in the history
  • Loading branch information
annyhe committed Jun 27, 2017
1 parent 10a0355 commit 281ea3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion realtime/redisPublisher.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ function publishSample(sampleInst, subjectModel, event, aspectModel) {
const subKey = redisStore.toKey('subject', subName);
promisesArr = [
redisClient.hgetallAsync(aspKey),
redisClient.hgetallAsync(subKey)];
redisClient.hgetallAsync(subKey),
];
} else {
const subOpts = {
where: {
Expand Down

0 comments on commit 281ea3e

Please sign in to comment.