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

Commit 56a8c6f

Browse files
committed
Fix linter warning in persistance manager
1 parent 7d2e833 commit 56a8c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodecg-io-core/extension/persistenceManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export class PersistenceManager {
208208
/**
209209
* Encrypts and saves current state to the persistent replicant.
210210
*/
211-
save() {
211+
save(): void {
212212
// Check if we have a password to encrypt the data with.
213213
if (this.password === undefined) {
214214
return;

0 commit comments

Comments
 (0)