diff --git a/html/src/vr.js b/html/src/vr.js
index f80f9475..d343c4f1 100644
--- a/html/src/vr.js
+++ b/html/src/vr.js
@@ -805,7 +805,7 @@ speechSynthesis.getVoices();
setTimeout(() => this.updateCpuUsageLoop(), 1000);
};
- $app.methods.updateSharedFeeds = async function () {
+ $app.methods.updateSharedFeeds = function () {
var feeds = sharedRepository.getArray('feeds');
if (feeds === null) {
return;
@@ -890,7 +890,7 @@ speechSynthesis.getVoices();
}
};
- $app.methods.updateSharedFeedWrist = async function (feeds) {
+ $app.methods.updateSharedFeedWrist = function (feeds) {
var filter = this.config.sharedFeedFilters.wrist;
var filtered = [];
feeds.forEach((feed) => {