refactor(ApNoteService.ts): function return type
				
					
				
			This commit is contained in:
		| @@ -71,7 +71,7 @@ export class ApNoteService { | ||||
| 	} | ||||
|  | ||||
| 	@bindThis | ||||
| 	public validateNote(object: IObject, uri: string) { | ||||
| 	public validateNote(object: IObject, uri: string): Error | null { | ||||
| 		const expectHost = this.utilityService.extractDbHost(uri); | ||||
|  | ||||
| 		if (object == null) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 okayurisotto
					okayurisotto