Skip to content

Commit fd805ef

Browse files
committed
fix: add missing PANEL_DB_NAME export from services/pyrodactyl.js for admin.js import
1 parent 4326fbd commit fd805ef

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

services/pyrodactyl.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
import { PTERO_URL, PTERO_API_KEY, SERVER_LIMITS, FEATURE_LIMITS, DEPLOY_LOCATIONS } from '../config/pyrodactyl.js';
1+
import { PTERO_URL, PTERO_API_KEY, SERVER_LIMITS, FEATURE_LIMITS, DEPLOY_LOCATIONS, PANEL_DB_NAME } from '../config/pyrodactyl.js';
2+
3+
export { PANEL_DB_NAME };
24

35
const FETCH_TIMEOUT = 15000;
46
const CACHE_TTL = 5 * 60 * 1000;

0 commit comments

Comments
 (0)