diff --git a/index.html b/index.html
index 01368d4..7415709 100644
--- a/index.html
+++ b/index.html
@@ -721,7 +721,7 @@
Select a Note or Create New
};
});
}
-
+
function addNote(note) {
return new Promise((resolve, reject) => {
const transaction = db.transaction([OBJECT_STORE_NAME], 'readwrite');