Skip to content

Commit 4282462

Browse files
committed
Fix linter
1 parent fe5e4c2 commit 4282462

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,6 @@ push.send(registrationIds, data)
303303
]
304304
```
305305

306-
307-
308306
## APN
309307

310308
The following parameters are used to create an APN message:

test/util.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import sinon from "sinon";
21
import { expect } from "chai";
32

43
export const testPushSuccess = (method, regIds) => (err, results, done) => {
@@ -54,5 +53,3 @@ export const testPushException = (errMessage) => (err, results, done) => {
5453
done(err || e);
5554
}
5655
};
57-
58-

0 commit comments

Comments
 (0)