mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	fix goober bug
This commit is contained in:
		
							parent
							
								
									72fe45cb9e
								
							
						
					
					
						commit
						c930e55c46
					
				| @ -88,7 +88,7 @@ module.exports = function (app, config, renderTemplate) { | ||||
|   }); | ||||
| 
 | ||||
|   app.get("/search", async (req, res) => { | ||||
|     const query = req.query.query.replace("ohio", "things to do in ohio"); | ||||
|     const query = req.query.query ? req.query.query.replace("ohio", "things to do in ohio") : ''; | ||||
|     const tab = req.query.tab; | ||||
|     const { fetch } = await import("undici"); | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 ashley
						ashley