mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 10:29:35 +08:00
should not be a const
This commit is contained in:
parent
53b97b28f0
commit
4fef9e95d2
|
@ -14,7 +14,7 @@ import { popupAjaxError } from 'discourse/lib/ajax-error';
|
||||||
import { spinnerHTML } from 'discourse/helpers/loading-spinner';
|
import { spinnerHTML } from 'discourse/helpers/loading-spinner';
|
||||||
import { userPath } from 'discourse/lib/url';
|
import { userPath } from 'discourse/lib/url';
|
||||||
|
|
||||||
const customPostMessageCallbacks = {};
|
let customPostMessageCallbacks = {};
|
||||||
|
|
||||||
export function resetCustomPostMessageCallbacks() {
|
export function resetCustomPostMessageCallbacks() {
|
||||||
customPostMessageCallbacks = {};
|
customPostMessageCallbacks = {};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user