Remove unused variable in ReadMessage function
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
bdfa8c7bb1
commit
ce479cc5b9
@ -111,7 +111,7 @@ func SaveCheckJobs() (string, error) {
|
||||
|
||||
// ReadMessage
|
||||
func ReadMessage(messageFilename string, detachFilesStoragePath string) ([]string, []string, string, error) {
|
||||
result := map[string]interface{}{}
|
||||
|
||||
messagesOverview := []string{}
|
||||
filenames := []string{}
|
||||
// read message file
|
||||
|
Loading…
Reference in New Issue
Block a user