mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix(kafka queue): remove leftover code
This commit is contained in:
parent
de0c62a37f
commit
7873800f87
2 changed files with 0 additions and 10 deletions
|
|
@ -18,7 +18,6 @@ import {
|
|||
getUserInfo,
|
||||
sendTxn as txnEmail,
|
||||
} from '../../libs/email';
|
||||
import Queue from '../../libs/queue';
|
||||
import * as inboxLib from '../../libs/inbox';
|
||||
import * as userLib from '../../libs/user';
|
||||
import nconf from 'nconf';
|
||||
|
|
@ -300,8 +299,6 @@ api.deleteUser = {
|
|||
]);
|
||||
}
|
||||
|
||||
if (feedback) Queue.sendMessage({feedback, username: user.profile.name}, user._id);
|
||||
|
||||
res.analytics.track('account delete', {
|
||||
uuid: user._id,
|
||||
hitType: 'event',
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
const api = {};
|
||||
|
||||
api.sendMessage = function sendMessage () {
|
||||
return;
|
||||
};
|
||||
|
||||
module.exports = api;
|
||||
Loading…
Reference in a new issue