Perl-Evozon / PearlBee

116 stars 44 forks source link

Fix created_at param name #49

Closed andrewalker closed 8 years ago

andrewalker commented 8 years ago

This fixes #40. It was explicictly adding NULL because it tried to get the timestamp from $params->{dt}, which was undef. It was supposed to be $params->{created_at}.

xsawyerx commented 8 years ago

Force pushed after rebasing from master so it shows another commit we put on master.