Revision notification (#7)

* Update build-success.ts

* Update compose.ts

* Update application.ts

* Update notification.ts

* Update utils.ts

* Update dokploy-restart.ts

* Update docker-cleanup.ts

* Update database-backup.ts

* Update build-success.ts

* Update build-success.ts
This commit is contained in:
shiqocred
2025-01-13 13:13:13 +07:00
committed by GitHub
parent d2094d6d76
commit 537950dd9f
8 changed files with 11 additions and 19 deletions

View File

@@ -55,7 +55,7 @@ export const sendDiscordNotification = async (
export const sendTelegramNotification = async (
connection: typeof telegram.$inferInsert,
messageText: string,
inlineButton: {
inlineButton?: {
text: string;
url: string;
}[][]