回答編集履歴
1
コメント指摘を受け、return修正
test
CHANGED
@@ -52,7 +52,7 @@
|
|
52
52
|
|
53
53
|
// Dexie.js を使ってIndexedDB に格納したものを取得
|
54
54
|
|
55
|
-
db.mt_conference_entry
|
55
|
+
return db.mt_conference_entry
|
56
56
|
|
57
57
|
.get({ barcode_id: bcd })
|
58
58
|
|