We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed93ab commit c8a6895Copy full SHA for c8a6895
src/infrastructure/adapters/NotificationAdapter.js
@@ -1,5 +1,5 @@
1
export class NotificationAdapter {
2
async notify() {
3
- throw new Error('Method not implemented')
+ throw new Error('Method not implemented');
4
}
5
src/infrastructure/adapters/PassAdapter.js
@@ -1,7 +1,7 @@
import passkit from 'passkit-generator';
import { config } from '../../../config.js';
-import { jsonWebTokenAdapter } from './JsonWebTokenAdapter.js';
import { certificatesAdapter } from './CertificatesAdapter.js';
+import { jsonWebTokenAdapter } from './JsonWebTokenAdapter.js';
6
const PKPass = passkit.PKPass;
7
0 commit comments