From 6d7beb2ef53882ba5a8a5328c4b8981386a7d849 Mon Sep 17 00:00:00 2001 From: Yi Heng Joshua Wu Date: Fri, 10 Jun 2022 07:42:36 -0700 Subject: [PATCH] Remove newline end of file locally --- server/api/alembic/seeds/types.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/api/alembic/seeds/types.csv b/server/api/alembic/seeds/types.csv index 23558082e..16523fb9b 100644 --- a/server/api/alembic/seeds/types.csv +++ b/server/api/alembic/seeds/types.csv @@ -10,4 +10,4 @@ type_id,type_name,agency_id,color,description,data_code 9,Multiple Streetlights,1,#EDAD08,"Multiple poles knocked down, streetlight outages on wooden power poles, or malfunctioning traffic signals",Multiple Streetlight Issue 10,Water Waste,1,#EDAD08,"Water runoff, over-watering, incorrect water days, or any other water waste ",Report Water Waste 11,Other,0,#1D6996,Issues that do not fit into any of the other available types,Other -12,Feedback,0,#E17C05,Either follow up on other issues or something that doesn't fit into the other types,Feedback +12,Feedback,0,#E17C05,Either follow up on other issues or something that doesn't fit into the other types,Feedback \ No newline at end of file