1
0
mirror of https://github.com/elisspace/FxLifeSheet.git synced 2026-08-29 15:44:00 +00:00

Fix server crash

This commit is contained in:
Felix Krause
2022-03-10 18:02:57 +01:00
parent 8cdd416ba5
commit 7b4035c006

View File

@@ -105,6 +105,7 @@ class API
structured = {}
flat.each do |row|
next if row[:avg_value].nil? # some rows can be nil
next if row[:other_key].nil?
next if row[:other_key].start_with?("rescue_time_application_")
next if row[:other_key].start_with?("swarmCheckinCoordinatesL")
next if row[:other_key].start_with?("swarmCheckinTimezone")