refactor(notifcations): changed hour to min in ti intergrations

This commit is contained in:
2025-08-21 05:13:34 -05:00
parent 27586e923a
commit 73d38ba3fe

View File

@@ -68,8 +68,8 @@ export const note: any = [
{ {
name: "tiIntergration", name: "tiIntergration",
description: "Checks for new releases to be put into ti", description: "Checks for new releases to be put into ti",
checkInterval: 2, checkInterval: 60,
timeType: "hour", timeType: "min",
emails: "", emails: "",
active: false, active: false,
notifiySettings: { notifiySettings: {