From aef52be1e866b526c0ddda0083345df7c53dbadb Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 24 Apr 2024 23:08:35 +0100 Subject: [PATCH] TransactionType not needed beyond processing stage. Removed from database. --- cif/convert.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cif/convert.go b/cif/convert.go index 2866d12..00b9894 100644 --- a/cif/convert.go +++ b/cif/convert.go @@ -12,7 +12,7 @@ import ( func ConvertServiceType(input *upstreamApi.JsonScheduleV1, vstp bool) (*database.Service, error) { output := database.Service{ - TransactionType: input.TransactionType, + //TransactionType: input.TransactionType, StpIndicator: input.CifStpIndicator, Operator: input.AtocCode, TrainUid: input.CifTrainUid,