remove unused var

This commit is contained in:
AlecM33
2022-02-26 00:28:07 -05:00
parent 916bc733c3
commit 1af8ca6878

View File

@@ -1,5 +1,3 @@
import { globals } from '../config/globals.js';
export const toast = (message, type, positionAtTop = true, dispelAutomatically = true, duration = null) => {
if (message && type) {
buildAndInsertMessageElement(message, type, positionAtTop, dispelAutomatically, duration);