Use small code line
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2024-07-27 11:24:40 +02:00
parent 9238097b41
commit cd7f98171b

View File

@ -158,7 +158,7 @@ func declareLinesRoutes(router *gin.RouterGroup) {
} }
pgline := PGLine{ pgline := PGLine{
Code: fmt.Sprintf("STIF:Line::%s:", line.Fields.IdLine), Code: line.Fields.IdLine,
Name: name, Name: name,
Directions: "", Directions: "",
Id: line.Fields.IdLine, Id: line.Fields.IdLine,