socket setup
This commit is contained in:
7
backend/system/settingsUpdate.controller.ts
Normal file
7
backend/system/settingsUpdate.controller.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { Setting } from "../db/schema/settings.schema.js";
|
||||
|
||||
export const updateSetting = async (setting: Setting) => {
|
||||
// TODO: when the setting is a feature setting we will need to have it run each kill switch on the crons well just stop them and during a reset it just wont start them
|
||||
// TODO: when the setting is a system we will need to force an app restart
|
||||
// TODO: when the setting is standard we don't do anything.
|
||||
};
|
||||
Reference in New Issue
Block a user