Skip to content

Commit

Permalink
removing extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswsh committed May 5, 2017
1 parent 15b4a18 commit b1d279f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function getCaseParties(casenumber, options) {

if(errors.length) {
logger.error(wrappedErrors);
if(emitErrorEvent) emitter.emit("retrieve-parties-error", wrappedErrors);
if(emitErrorEvent) emitter.emit("retrieve-parties-error", wrappedErrors);
}

if(returnErrorsWithData) {
Expand Down

0 comments on commit b1d279f

Please sign in to comment.