mirror of
				https://github.com/Telecominfraproject/wlan-cloud-owprov.git
				synced 2025-11-03 20:17:54 +00:00 
			
		
		
		
	Fixing map delete bug.
This commit is contained in:
		@@ -36,7 +36,7 @@ namespace OpenWifi{
 | 
			
		||||
            return NotFound();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if(UserInfo_.userinfo.email!=Existing.creator) {
 | 
			
		||||
        if(UserInfo_.userinfo.Id!=Existing.creator) {
 | 
			
		||||
            return UnAuthorized("You must be the creator of the map to delete it");
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user