fix(core): update
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
import type { MTA } from './mta.classes.mta.js';
|
||||
import type { MtaService } from './mta.classes.mta.js';
|
||||
import * as plugins from '../plugins.js';
|
||||
|
||||
export class DNSManager {
|
||||
public mtaRef: MTA;
|
||||
public mtaRef: MtaService;
|
||||
|
||||
constructor(mtaRefArg: MTA) {
|
||||
constructor(mtaRefArg: MtaService) {
|
||||
this.mtaRef = mtaRefArg;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user