Skip to content

Commit 0e70e0a

Browse files
authored
Update boot.js
1 parent 2fd1a19 commit 0e70e0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/phoneremind/boot.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
let locationsFile = "phoneremind.json";
3-
let buzzInterval;
3+
let connected;
4+
let promptShown = false;
45
let addLocation = function (location) {
5-
let connected;
6-
let promptShown = false;
6+
77
let locs = require("Storage").readJSON(locationsFile, 1) || [];
88
locs.push(location);
99
require("Storage").writeJSON(locationsFile, locs);

0 commit comments

Comments
 (0)