fix logging console function names. Attempt to connect to initial peers
This commit is contained in:
@@ -345,4 +345,3 @@ export async function getPostsByIds(userID, postIDs) {
|
||||
}
|
||||
return posts; // Return the array of posts
|
||||
}
|
||||
//# sourceMappingURL=db.js.map
|
||||
@@ -1577,4 +1577,3 @@ class App {
|
||||
})(App || (App = {}));
|
||||
let app = new App();
|
||||
window.addEventListener("load", app.main.bind(app));
|
||||
//# sourceMappingURL=main.js.map
|
||||
@@ -116,4 +116,3 @@ addEventListener("message", async (e) => {
|
||||
break;
|
||||
}
|
||||
});
|
||||
//# sourceMappingURL=sw.js.map
|
||||
Reference in New Issue
Block a user