mirror of
https://github.com/kha7iq/pingme.git
synced 2025-05-15 22:30:11 -07:00
chore: remove copilot comment
This commit is contained in:
parent
a17856f676
commit
628a168de1
@ -91,8 +91,6 @@ You can specify multiple receivers by separating the value with a comma.`,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//getReceivers returns a slice of receivers from comma separated string
|
|
||||||
//if receivers is an empty string return an error otherwise return slice of strings
|
|
||||||
func getReceivers(receivers string) ([]string, error) {
|
func getReceivers(receivers string) ([]string, error) {
|
||||||
if len(receivers) == 0 {
|
if len(receivers) == 0 {
|
||||||
return nil, fmt.Errorf("no receivers found")
|
return nil, fmt.Errorf("no receivers found")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user