Index: src/site/docs/tutorials/indexeddb/examples/count_down/out/web/milestone.dart |
diff --git a/src/site/docs/tutorials/indexeddb/examples/count_down/out/web/milestone.dart b/src/site/docs/tutorials/indexeddb/examples/count_down/out/web/milestone.dart |
index d2f3e062a2e20580ac352203952f4fd3a9fdc7cf..46d067c6caa6c9ab4d5f5411369da45b1eb2d80e 100644 |
--- a/src/site/docs/tutorials/indexeddb/examples/count_down/out/web/milestone.dart |
+++ b/src/site/docs/tutorials/indexeddb/examples/count_down/out/web/milestone.dart |
@@ -147,7 +147,6 @@ class MilestoneStore { |
var transaction = _db.transaction(MILESTONE_STORE, 'readwrite'); |
var objectStore = transaction.objectStore(MILESTONE_STORE); |
- |
objectStore.add(milestoneAsMap).then((addedKey) { |
// NOTE! The key cannot be used until the transaction completes. |
milestone.dbKey = addedKey; |