Skip to content

Commit

Permalink
style: fix prettier errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Nov 7, 2018
1 parent dd8bc4d commit fe2a3fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/get-client.js
Expand Up @@ -54,8 +54,8 @@ const getLimitKey = (endpoint, command) => {
return endpoint
? [endpoint, RATE_LIMITS[endpoint] && getAccess(endpoint, command)].filter(Boolean).join('.')
: RATE_LIMITS[command]
? command
: 'core';
? command
: 'core';
};

/**
Expand Down

0 comments on commit fe2a3fc

Please sign in to comment.