Skip to content

Commit bdcd176

Browse files
authored
Merge branch 'master' into fix/koko_multiple_praise
2 parents 885f9a3 + a719db4 commit bdcd176

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

KokoApp.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -376,17 +376,6 @@ export class KokoApp extends App implements IUIKitInteractionHandler, IPostMessa
376376
await this.kokoQuestion.run(read, modify, persistence);
377377
},
378378
},
379-
{
380-
id: 'one-on-one',
381-
startupSetting: {
382-
type: StartupType.RECURRING,
383-
interval: '0 17 * * 4',
384-
data: { appId: this.getID() },
385-
},
386-
processor: async (jobContext, read, modify, http, persistence) => {
387-
await this.kokoOneOnOne.run(read, modify, persistence);
388-
},
389-
},
390379
{
391380
id: 'welness',
392381
startupSetting: {

app.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "b9970f61-06ac-46e4-ade3-3b0f0c667739",
3-
"version": "1.2.5",
3+
"version": "1.2.7",
44
"requiredApiVersion": "^1.49.0",
55
"iconFile": "icon.png",
66
"author": {
@@ -55,6 +55,9 @@
5555
},
5656
{
5757
"name": "server-setting.read"
58+
},
59+
{
60+
"name": "networking"
5861
}
5962
]
60-
}
63+
}

0 commit comments

Comments
 (0)