Make a missing reverse record error less critical
modified src/Profile.svelte
@@ -17,7 +17,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -399,6 +399,8 @@
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified src/error.ts
@@ -34,6 +34,16 @@ export class NotFoundError extends Error {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/profile.ts
@@ -8,7 +8,7 @@ import type { Config } from "@app/config";
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -208,7 +208,7 @@ export class Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|