File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ ipc.attach();
91
91
92
92
/**
93
93
* Process token session request
94
- *
94
+ *
95
95
* @param {Object } msg IPC message
96
96
*/
97
97
async function processTokenSession ( msg ) {
@@ -146,10 +146,10 @@ async function processTokenSession(msg) {
146
146
} ) ;
147
147
} , 10000 ) ;
148
148
}
149
- else {
150
- appusersCollection . updateOne ( { _id : app_user_id } , { $unset : { [ appusersField ] : 1 } } , function ( ) { } ) ;
151
- pushCollection . updateOne ( { _id : uid } , { $unset : { [ pushField ] : 1 } } , function ( ) { } ) ;
152
- }
149
+ // else {
150
+ // appusersCollection.updateOne({_id: app_user_id}, {$unset: {[appusersField]: 1}}, function() {});
151
+ // pushCollection.updateOne({_id: uid}, {$unset: {[pushField]: 1}}, function() {});
152
+ // }
153
153
}
154
154
155
155
module . exports . onTokenSession = async ( dbAppUser , params ) => {
You can’t perform that action at this time.
0 commit comments