From 0ca7c01bc4a6c5ab50ac80f9a8e5d5c5db442f45 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 1 Jun 2025 08:04:30 +0200 Subject: Register works, part of login and auth middleware --- src/util/error.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/util/error.js') diff --git a/src/util/error.js b/src/util/error.js index 5fc454a..9816b65 100644 --- a/src/util/error.js +++ b/src/util/error.js @@ -1,4 +1,7 @@ export class SafeNSoundError extends Error { + /** + * @param options {SafeNSoundError} + */ constructor(options) { super(); if (typeof options === 'string') { -- cgit 1.5.1