Fix bug
This commit is contained in:
		
							parent
							
								
									b9a676a1c1
								
							
						
					
					
						commit
						64547965b4
					
				
					 2 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -87,7 +87,7 @@
 | 
				
			||||||
		"accesses": "2.5.0",
 | 
							"accesses": "2.5.0",
 | 
				
			||||||
		"animejs": "2.2.0",
 | 
							"animejs": "2.2.0",
 | 
				
			||||||
		"autosize": "4.0.1",
 | 
							"autosize": "4.0.1",
 | 
				
			||||||
		"autwh": "0.0.1",
 | 
							"autwh": "0.1.0",
 | 
				
			||||||
		"bcryptjs": "2.4.3",
 | 
							"bcryptjs": "2.4.3",
 | 
				
			||||||
		"body-parser": "1.18.2",
 | 
							"body-parser": "1.18.2",
 | 
				
			||||||
		"bootstrap-vue": "2.0.0-rc.6",
 | 
							"bootstrap-vue": "2.0.0-rc.6",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -70,8 +70,7 @@ module.exports = (app: express.Application) => {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	const twAuth = autwh({
 | 
						const twAuth = autwh({
 | 
				
			||||||
		consumerKey: config.twitter.consumer_key,
 | 
							consumerKey: config.twitter.consumer_key,
 | 
				
			||||||
		consumerSecret: config.twitter.consumer_secret,
 | 
							consumerSecret: config.twitter.consumer_secret
 | 
				
			||||||
		callbackUrl: `${config.api_url}/tw/cb`
 | 
					 | 
				
			||||||
	});
 | 
						});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	app.get('/connect/twitter', async (req, res): Promise<any> => {
 | 
						app.get('/connect/twitter', async (req, res): Promise<any> => {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue