mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
remove unused var
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user