Run prettier .-.

This commit is contained in:
TomatoCake
2024-07-13 06:09:56 +02:00
committed by Madeline
parent d56ba86851
commit bbaef373f9
+6 -3
View File
@@ -105,6 +105,9 @@ export type APILimitsConfiguration = LimitsConfiguration;
export type APIStickerPackArray = StickerPack[];
export type APIConnectionsConfiguration = Record<string, {
enabled: boolean;
}>;
export type APIConnectionsConfiguration = Record<
string,
{
enabled: boolean;
}
>;