mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 10:54:22 +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 { userPath } from 'discourse/lib/url';
|
||||
|
||||
const customPostMessageCallbacks = {};
|
||||
let customPostMessageCallbacks = {};
|
||||
|
||||
export function resetCustomPostMessageCallbacks() {
|
||||
customPostMessageCallbacks = {};
|
||||
|
|
Loading…
Reference in New Issue
Block a user