mirror of
				https://github.com/KevinMidboe/zoff.git
				synced 2025-10-29 18:00:23 +00:00 
			
		
		
		
	More typechecking
This commit is contained in:
		| @@ -1,6 +1,7 @@ | ||||
| function frontpage_lists(msg, socket) { | ||||
|     if(msg == undefined || !msg.hasOwnProperty('version') || msg.version != VERSION || msg.version == undefined) { | ||||
|         socket.emit("update_required"); | ||||
|         return; | ||||
|     } | ||||
|  | ||||
|     db.collection("frontpage_lists").find({frontpage:true}, function(err, docs){ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user