mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
style: consistent formatting of code
This commit is contained in:
@@ -70,9 +70,9 @@ import type {
|
|||||||
} from "next";
|
} from "next";
|
||||||
import Head from "next/head";
|
import Head from "next/head";
|
||||||
import { useRouter } from "next/router";
|
import { useRouter } from "next/router";
|
||||||
import { useMemo, useState, type ReactElement } from "react";
|
import { type ReactElement, useMemo, useState } from "react";
|
||||||
import superjson from "superjson";
|
|
||||||
import { toast } from "sonner";
|
import { toast } from "sonner";
|
||||||
|
import superjson from "superjson";
|
||||||
|
|
||||||
export type Services = {
|
export type Services = {
|
||||||
appName: string;
|
appName: string;
|
||||||
|
|||||||
@@ -170,7 +170,7 @@ export const apiCreateTelegram = notificationsSchema
|
|||||||
.extend({
|
.extend({
|
||||||
botToken: z.string().min(1),
|
botToken: z.string().min(1),
|
||||||
chatId: z.string().min(1),
|
chatId: z.string().min(1),
|
||||||
messageThreadId: z.string()
|
messageThreadId: z.string(),
|
||||||
})
|
})
|
||||||
.required();
|
.required();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user