回答編集履歴

1

誤字の修正

2020/01/16 01:41

投稿

harinezumi.py
harinezumi.py

スコア282

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  checkEdited(item) {
6
6
 
7
- const editedItems = await this.getItemsEdited()
7
+ const editedItems = this.getItemsEdited()
8
8
 
9
9
  if (editedItems.length !== 0) {
10
10