remove encryption key

This commit is contained in:
2025-02-02 21:31:40 -08:00
parent 11fe22ceea
commit 1e82ec2697

View File

@@ -19,9 +19,6 @@ export class NotificationService {
constructor(private repository: GetterRepository) {}
private encryptionKey = crypto.randomBytes(32);
private iv = crypto.randomBytes(16);
public reloadAPNsTokenIfTimePassed() {
if (this.lastReloadedTimeForAPNsIsTooRecent()) {
return;