Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit c80bc8c

Browse files
committed
Standard --fix
<3 standardjs.com
1 parent 812f8a6 commit c80bc8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/phonebook.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const fritz = require('../index.js')
22
const options = require('../package.json').options
33
const phonebookId = 0
4-
const localPath = '/Users/sander/Desktop/phonebook-0.json'
54
fritz.getPhonebook(phonebookId, options)
65
.then((phonebook) => {
76
console.log('Got ', phonebook.length, ' contacts.')

0 commit comments

Comments
 (0)