mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 15:29:28 +01:00
8 lines
89 B
Go
8 lines
89 B
Go
//go:build !pro
|
|
|
|
package db
|
|
|
|
func (t TemplateApp) NeedTaskAlias() bool {
|
|
return false
|
|
}
|