Skip to content

Commit 098f8b0

Browse files
committed
style: long line
1 parent 1064027 commit 098f8b0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/dashmate/src/ssl/zerossl/listCertificates.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ import Certificate from './Certificate.js';
1313
* @return {Promise<Certificate[]>}
1414
*/
1515

16-
export default async function listCertificates(apiKey, statuses = [], page = 1, search = undefined) {
16+
export default async function listCertificates(
17+
apiKey,
18+
statuses = [],
19+
page = 1,
20+
search = undefined,
21+
) {
1722
let url = `https://api.zerossl.com/certificates?access_key=${apiKey}&limit=1000&page=${page}`;
1823

1924
if (statuses.length > 0) {

0 commit comments

Comments
 (0)