Skip to content

Commit

Permalink
remove syantax changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VipinDevelops committed Mar 22, 2024
1 parent 937bd99 commit 4937e24
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions github/GithubApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 * * *"
}
},
{
Expand Down

0 comments on commit 4937e24

Please sign in to comment.