fix: getDefaultConfig for markets by default

This commit is contained in:
Azgaar 2023-07-20 19:08:18 +04:00
parent 9f73cc66fa
commit 0c16b1eaf3
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
"use strict";
window.Markers = (function () {
let config = [];
let config = getDefaultConfig();
let occupied = [];
function getDefaultConfig() {