chore: rename Config/getAppConfig -> Config/app

This commit is contained in:
Danny Avila 2025-08-17 22:45:32 -04:00
parent e7af3bdaed
commit 0b5816d1be
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
13 changed files with 17 additions and 17 deletions

View file

@ -1,6 +1,6 @@
const { v4 } = require('uuid');
const { handleAbortError } = require('~/server/middleware/abortMiddleware');
const { getAppConfig } = require('~/server/services/Config/getAppConfig');
const { getAppConfig } = require('~/server/services/Config/app');
/**
* Checks if the assistant is supported or excluded