mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	fix a description issue
This commit is contained in:
		
							parent
							
								
									3f45571640
								
							
						
					
					
						commit
						c422790a22
					
				| @ -466,7 +466,7 @@ app.get("/channel/", async (req, res) => { | ||||
|       typeof subscribers === "string" | ||||
|         ? subscribers.replace("subscribers", "") | ||||
|         : "Private", | ||||
|     desc: k.Channel.Contents.ItemSection.About.Description, | ||||
|     desc: k.Channel.Contents.ItemSection.About.Description.replace(/\n/g, " "), | ||||
|   }); | ||||
| }); | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley