fix(core): update
This commit is contained in:
parent
41e2fe3ab1
commit
894635480c
@ -23,4 +23,4 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pushrocks/smartlog-interfaces": "^1.0.15"
|
"@pushrocks/smartlog-interfaces": "^1.0.15"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -5,6 +5,6 @@ let testReceiver: smartlogReceiver.SmartlogReceiver;
|
|||||||
|
|
||||||
tap.test('first test', async () => {
|
tap.test('first test', async () => {
|
||||||
testReceiver = new smartlogReceiver.SmartlogReceiver();
|
testReceiver = new smartlogReceiver.SmartlogReceiver();
|
||||||
})
|
});
|
||||||
|
|
||||||
tap.start();
|
tap.start();
|
||||||
|
@ -9,7 +9,5 @@ export class SmartlogReceiver {
|
|||||||
/**
|
/**
|
||||||
* handles a authenticated log
|
* handles a authenticated log
|
||||||
*/
|
*/
|
||||||
private handleAuthenticatedLog (authenticatedLogArg) {
|
private handleAuthenticatedLog(authenticatedLogArg) {}
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,2 @@
|
|||||||
const removeme = {};
|
const removeme = {};
|
||||||
export {
|
export { removeme };
|
||||||
removeme
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user