Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nictuku committed Mar 30, 2012
1 parent 1458bd4 commit 32939e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawl/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func NewFollowersDatabase() *FollowersDatabase {
}
db := mongo.Database{conn, DbName, mongo.DefaultLastErrorCmd}
return &FollowersDatabase{
userFollowers: db.C(USER_FOLLOWERS_COUNTERS_TABLE),
userFollowers: db.C(USER_FOLLOWERS_TABLE),
userFollowersCounter: db.C(USER_FOLLOWERS_COUNTERS_TABLE),
followPending: db.C(FOLLOW_PENDING_TABLE),
}
Expand Down

0 comments on commit 32939e4

Please sign in to comment.