Skip to content

Commit 4937e24

Browse files
committed
remove syantax changes
1 parent 937bd99 commit 4937e24

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

github/GithubApp.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -253,13 +253,13 @@ export class GithubApp extends App implements IPreMessageSentExtend, IPostMessag
253253
},
254254
},
255255
{
256-
id: ProcessorsEnum.PR_REMINDER,
257-
processor: async (jobData, read, modify, http, persis) => {
258-
await SendReminder(jobData, read, modify, http, persis, this)
256+
id:ProcessorsEnum.PR_REMINDER,
257+
processor:async(jobData,read,modify,http,persis) =>{
258+
await SendReminder(jobData,read,modify,http,persis,this)
259259
},
260-
startupSetting: {
261-
type: StartupType.RECURRING,
262-
interval: "0 9 * * *"
260+
startupSetting:{
261+
type:StartupType.RECURRING,
262+
interval:"0 9 * * *"
263263
}
264264
},
265265
{

0 commit comments

Comments
 (0)