わからないこと
・html部分でエラーが出ているようだが、プログラム自体は実行が完了している
・iPhoneで確認するとエラーが出ている
問題のコード
let html = HtmlService.crateTemplateFromFile('index');
if (isBeforeWork()) {
html.inButton = ''
html.outButton = 'disabled'
} else {
html.inButton = 'disabled'
html.outButton = ''
}