Cleanup imports
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import {Center} from "../../../Center/Center";
|
||||
import Center from "../../../Center/Center";
|
||||
import {PDU} from "../../../CommonObjects";
|
||||
import Postprocessor from "../Postprocessor";
|
||||
|
||||
const smpp = require("smpp");
|
||||
|
||||
export class EchoPduProcessor extends Postprocessor {
|
||||
export default class EchoPduProcessor extends Postprocessor {
|
||||
serverSessionType: string = Center.name;
|
||||
|
||||
processPdu(session: any, pdu: PDU, ...args: any[]): Promise<any> {
|
||||
|
Reference in New Issue
Block a user