send dm on failure to parse
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ci/woodpecker/push/woodpecker Pipeline was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ci/woodpecker/push/woodpecker Pipeline was successful
				
			This commit is contained in:
		@@ -66,6 +66,9 @@ export class Schedule {
 | 
			
		||||
				throw new CustomError('Schedule type not supported', errorCodes.schedule_not_supported)
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
	public getSanitizedScheduleString(): string {
 | 
			
		||||
		return this._scheduleString
 | 
			
		||||
	}
 | 
			
		||||
	private getBaseScheduleNameFromVariableString(): string {
 | 
			
		||||
		if (this._scheduleString.includes('week')) return 'weekly'
 | 
			
		||||
		if (this._scheduleString.includes('day')) return 'daily'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user