From 4937e244df4182ce98d5ce564d7c07b234b7efe8 Mon Sep 17 00:00:00 2001 From: VipinDevelops Date: Fri, 22 Mar 2024 17:01:28 +0530 Subject: [PATCH] remove syantax changes --- github/GithubApp.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/github/GithubApp.ts b/github/GithubApp.ts index 2528fd0..2d13ee2 100644 --- a/github/GithubApp.ts +++ b/github/GithubApp.ts @@ -253,13 +253,13 @@ export class GithubApp extends App implements IPreMessageSentExtend, IPostMessag }, }, { - id: ProcessorsEnum.PR_REMINDER, - processor: async (jobData, read, modify, http, persis) => { - await SendReminder(jobData, read, modify, http, persis, this) + id:ProcessorsEnum.PR_REMINDER, + processor:async(jobData,read,modify,http,persis) =>{ + await SendReminder(jobData,read,modify,http,persis,this) }, - startupSetting: { - type: StartupType.RECURRING, - interval: "0 9 * * *" + startupSetting:{ + type:StartupType.RECURRING, + interval:"0 9 * * *" } }, {