From 92790763d19a5259e4b091b72a51e67f45548685 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Tue, 14 Apr 2020 18:22:51 -0400 Subject: [PATCH] Update style --- ext/mixed/js/display.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index d4481349..f30a65e6 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -47,7 +47,7 @@ class Display { this.audioFallback = null; this.audioSystem = new AudioSystem({ audioUriBuilder: { - async getUri(definition, source, details) { + getUri: async (definition, source, details) => { return await apiAudioGetUri(definition, source, details); } },