diff options
| author | Beebles <102569435+beebls@users.noreply.github.com> | 2024-08-07 17:17:53 -0600 |
|---|---|---|
| committer | Beebles <102569435+beebls@users.noreply.github.com> | 2025-08-01 06:45:40 -0600 |
| commit | 267b11c9bfcdb9d777da4099997203f4bebb1764 (patch) | |
| tree | c0dbf3c0a23c20c7dd8240a350fe75e9ec005dae /frontend/src/store.ts | |
| parent | 5a212e95fc2dfb6725b6996b4a72a2acd8a6b942 (diff) | |
| download | decky-loader-267b11c9bfcdb9d777da4099997203f4bebb1764.tar.gz decky-loader-267b11c9bfcdb9d777da4099997203f4bebb1764.zip | |
fix(motd): run prettier
Diffstat (limited to 'frontend/src/store.ts')
| -rw-r--r-- | frontend/src/store.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/store.ts b/frontend/src/store.ts index f3d3addd..e64de8d5 100644 --- a/frontend/src/store.ts +++ b/frontend/src/store.ts @@ -47,7 +47,7 @@ export interface Motd { name: string; description: string; date: string; - severity: "High" | "Medium" | "Low"; + severity: 'High' | 'Medium' | 'Low'; } // name: version |
