Closed jduss4 closed 7 years ago
previously was accidentally picking up fields like "on_this_day_k" because the "_d" include wasn't particular about the end of string but this regex should match more appropriately to *_d fields only
I didn't check this out to test because I don't know if I would be able to reproduce the original error, but the code looks good to me!
previously was accidentally picking up fields like "on_this_day_k" because the "_d" include wasn't particular about the end of string but this regex should match more appropriately to *_d fields only