Skip to content

Commit

Permalink
import UserPresence explicitly in accounts test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpain committed Apr 16, 2022
1 parent 9462164 commit 77a39d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/accounts/server.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Accounts } from 'meteor/accounts-base';
import { UserPresence } from 'meteor/socialize:user-presence';

// UserPresence.onCleanup(function(){
// Meteor.users.update({}, {$unset:{status:true}}, {multi:true});
Expand Down

0 comments on commit 77a39d5

Please sign in to comment.