This commit is contained in:
seydx
2025-05-20 22:29:27 +02:00
parent 7f87c6e478
commit a1f0b86ab3
3 changed files with 23 additions and 28 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ func (l *Listener) Fire(msg any) {
func (l *Listener) NewSecret(name string, defaultValues interface{}) *app.Secret {
return app.NewSecret(name, defaultValues)
}
}