Skip to content

Commit

Permalink
Update insight front matter
Browse files Browse the repository at this point in the history
  • Loading branch information
ginatrapani committed Jun 26, 2015
1 parent a5b167e commit 86d5bca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions webapp/plugins/insightsgenerator/insights/bestie.php
Expand Up @@ -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
*/

/**
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 86d5bca

Please sign in to comment.