Skip to content

Commit c8a6895

Browse files
chore: lint
1 parent fed93ab commit c8a6895

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export class NotificationAdapter {
22
async notify() {
3-
throw new Error('Method not implemented')
3+
throw new Error('Method not implemented');
44
}
55
}

src/infrastructure/adapters/PassAdapter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import passkit from 'passkit-generator';
22
import { config } from '../../../config.js';
3-
import { jsonWebTokenAdapter } from './JsonWebTokenAdapter.js';
43
import { certificatesAdapter } from './CertificatesAdapter.js';
4+
import { jsonWebTokenAdapter } from './JsonWebTokenAdapter.js';
55

66
const PKPass = passkit.PKPass;
77

0 commit comments

Comments
 (0)