Output QuoteId, not Id
This commit is contained in:
@@ -45,7 +45,7 @@ func main() {
|
|||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Fprintf(os.Stdout, "%v ", quote.Id)
|
fmt.Fprintf(os.Stdout, "%v ", quote.QuoteId)
|
||||||
}
|
}
|
||||||
|
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
|
Reference in New Issue
Block a user