fix(server): fix pages/update
This commit is contained in:
		
							parent
							
								
									5906de5ca0
								
							
						
					
					
						commit
						1ed078d7f9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -111,7 +111,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { | ||||||
| 				updatedAt: new Date(), | 				updatedAt: new Date(), | ||||||
| 				title: ps.title, | 				title: ps.title, | ||||||
| 				name: ps.name === undefined ? page.name : ps.name, | 				name: ps.name === undefined ? page.name : ps.name, | ||||||
| 				summary: ps.name === undefined ? page.summary : ps.summary, | 				summary: ps.summary === undefined ? page.summary : ps.summary, | ||||||
| 				content: ps.content, | 				content: ps.content, | ||||||
| 				variables: ps.variables, | 				variables: ps.variables, | ||||||
| 				script: ps.script, | 				script: ps.script, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue