fixing values, finally :D
This commit is contained in:
@@ -34,7 +34,7 @@ func main() {
|
||||
log.Println("ERROR: Failed to fetch contents:", error)
|
||||
}
|
||||
|
||||
modifications, error = gitService.GetModifications(1)
|
||||
modifications, error = gitService.GetModifications(7)
|
||||
if error != nil {
|
||||
log.Println("ERROR: Failed to get modifications:", error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user