mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:37:08 +00:00
Fix require path
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const alert = require("../../../lib/alerts");
|
||||
const alert = require("../../../alerts");
|
||||
const configuration = require('../../configuration');
|
||||
|
||||
async function getDistance (client, payload) {
|
||||
|
||||
Reference in New Issue
Block a user