forked from cory/tildefriends
		
	Fix app delete.
This commit is contained in:
		| @@ -1248,7 +1248,7 @@ async function blobHandler(request, response, blobId, uri) { | ||||
| 		if ((match = /^\/\~(\w+)\/(\w+)$/.exec(blobId))) { | ||||
| 			let user = match[1]; | ||||
| 			let appName = match[2]; | ||||
| 			let credentials = https.auth_query(request.headers); | ||||
| 			let credentials = httpd.auth_query(request.headers); | ||||
| 			if ( | ||||
| 				credentials && | ||||
| 				credentials.session && | ||||
|   | ||||
		Reference in New Issue
	
	Block a user