mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: removing sentry
This commit is contained in:
parent
59b1f2d5a5
commit
dc7591ee28
77 changed files with 161 additions and 7545 deletions
|
|
@ -16,6 +16,4 @@ const autoLaunch = async (
|
|||
}
|
||||
};
|
||||
|
||||
registerEvent(autoLaunch, {
|
||||
name: "autoLaunch",
|
||||
});
|
||||
registerEvent("autoLaunch", autoLaunch);
|
||||
|
|
|
|||
|
|
@ -6,6 +6,4 @@ const getUserPreferences = async () =>
|
|||
where: { id: 1 },
|
||||
});
|
||||
|
||||
registerEvent(getUserPreferences, {
|
||||
name: "getUserPreferences",
|
||||
});
|
||||
registerEvent("getUserPreferences", getUserPreferences);
|
||||
|
|
|
|||
|
|
@ -21,6 +21,4 @@ const updateUserPreferences = async (
|
|||
);
|
||||
};
|
||||
|
||||
registerEvent(updateUserPreferences, {
|
||||
name: "updateUserPreferences",
|
||||
});
|
||||
registerEvent("updateUserPreferences", updateUserPreferences);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue