回答編集履歴

1

コードのtypo

2019/06/02 15:00

投稿

KSwordOfHaste
KSwordOfHaste

スコア18394

test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- `schedule.every().hours.at("00:00").do(job)` (C)
29
+ `schedule.every().hour.at("00:00").do(job)` (C)
30
30
 
31
31
 
32
32