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

Skip to content

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