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> | 2024-09-13 17:22:14 -0600 |
| commit | 6f8c41485915b63cd02984d75a48d59d165328b3 (patch) | |
| tree | 80fe1cee5bf013e9df3d817715e90c7ae00aa51e /frontend/src/store.ts | |
| parent | 1f9359988b4a0e2d48c54768276258baf77bceb0 (diff) | |
| download | decky-loader-6f8c41485915b63cd02984d75a48d59d165328b3.tar.gz decky-loader-6f8c41485915b63cd02984d75a48d59d165328b3.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 083b2e47..7692a711 100644 --- a/frontend/src/store.ts +++ b/frontend/src/store.ts @@ -45,7 +45,7 @@ export interface Motd { name: string; description: string; date: string; - severity: "High" | "Medium" | "Low"; + severity: 'High' | 'Medium' | 'Low'; } // name: version |
