mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore(lint): run biome
This commit is contained in:
@@ -618,10 +618,7 @@ export const UpdateNotification = ({ notificationId }: Props) => {
|
||||
<FormItem>
|
||||
<FormLabel>App Token</FormLabel>
|
||||
<FormControl>
|
||||
<Input
|
||||
placeholder="AzxF2.d9KzP..."
|
||||
{...field}
|
||||
/>
|
||||
<Input placeholder="AzxF2.d9KzP..." {...field} />
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
</FormItem>
|
||||
|
||||
@@ -353,7 +353,7 @@ export const notificationRouter = createTRPCRouter({
|
||||
await sendGotifyNotification(
|
||||
input,
|
||||
"Test Notification",
|
||||
"Hi, From Dokploy 👋"
|
||||
"Hi, From Dokploy 👋",
|
||||
);
|
||||
return true;
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user