modified: src/websrv.js
This commit is contained in:
		@@ -32,8 +32,6 @@ function Websrv(tbot, tsql, tlib) {
 | 
			
		||||
          });
 | 
			
		||||
          req.on('end', () => {
 | 
			
		||||
            body = JSON.parse(body);
 | 
			
		||||
            //lib.log(body.commits);
 | 
			
		||||
            
 | 
			
		||||
            var eventname = body.event_name;
 | 
			
		||||
            var autor = body.user_name;
 | 
			
		||||
            var commit = body.commits[body.commits.length-1].message.replace('\n','').trim();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user