From ffce5e92355e26801f60b25b3cf2720d5bd4b411 Mon Sep 17 00:00:00 2001 From: raphasampaio Date: Tue, 20 Aug 2024 13:18:49 -0300 Subject: [PATCH] Project updates --- src/macros.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macros.jl b/src/macros.jl index d2545cb..b9e411b 100644 --- a/src/macros.jl +++ b/src/macros.jl @@ -16,7 +16,7 @@ macro collection(expression) function_name = Symbol(name_snakecase, :_, field_name) - if field_type == :String + if field_type == :String || field_type == :TimeSeriesFileData description = "Get the value of the $field_name field from the $name collection." doc_string =