mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
fix(motd): run prettier
This commit is contained in:
@@ -47,7 +47,7 @@ export interface Motd {
|
||||
name: string;
|
||||
description: string;
|
||||
date: string;
|
||||
severity: "High" | "Medium" | "Low";
|
||||
severity: 'High' | 'Medium' | 'Low';
|
||||
}
|
||||
|
||||
// name: version
|
||||
|
||||
Reference in New Issue
Block a user