mirror of
				https://github.com/nttgin/BGPalerter.git
				synced 2024-05-19 06:50:08 +00:00 
			
		
		
		
	introduced input polymorphism and users groups
This commit is contained in:
		@@ -3,8 +3,8 @@ import nodemailer from "nodemailer";
 | 
			
		||||
 | 
			
		||||
export default class ReportEmail extends Report {
 | 
			
		||||
 | 
			
		||||
    constructor(channels, env) {
 | 
			
		||||
        super(channels, env);
 | 
			
		||||
    constructor(channels, params, env) {
 | 
			
		||||
        super(channels, params, env);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    report = (message, content) => {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user