8000 style: fix prettier errors · coderbyheart/github@fe2a3fc · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fe2a3fc

Browse files
committed
style: fix prettier errors
1 parent dd8bc4d commit fe2a3fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/get-client.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ const getLimitKey = (endpoint, command) => {
5454
return endpoint
5555
? [endpoint, RATE_LIMITS[endpoint] && getAccess(endpoint, command)].filter(Boolean).join('.')
5656
: RATE_LIMITS[command]
57-
? command
58-
: 'core';
57+
? command
58+
: 'core';
5959
};
6060

6161
/**

0 commit comments

Comments
 (0)
0