From 86d5bca6667aabdef346a370035ab46caacfa719 Mon Sep 17 00:00:00 2001 From: Gina Trapani Date: Thu, 25 Jun 2015 21:15:23 -0400 Subject: [PATCH] Update insight front matter --- webapp/plugins/insightsgenerator/insights/bestie.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/webapp/plugins/insightsgenerator/insights/bestie.php b/webapp/plugins/insightsgenerator/insights/bestie.php index 6aabb0c9de..514758c7b2 100644 --- a/webapp/plugins/insightsgenerator/insights/bestie.php +++ b/webapp/plugins/insightsgenerator/insights/bestie.php @@ -2,7 +2,7 @@ /* Plugin Name: Bestie Description: Who you've interacted with most in the past month. - When: 17th for Twitter, 19th for Facebook, 21st for Instagram + When: 17th for Twitter, 19th for Facebook */ /** @@ -60,9 +60,6 @@ public function generateInsight(Instance $instance, User $user, $last_week_of_po case 'facebook': $day_of_month = 19; break; - case 'instagram': - $day_of_month = 21; - break; default: $day_of_month = 23; }