notification added in with subs :D
This commit is contained in:
6
backend/notification/notification.reprintLabels.ts
Normal file
6
backend/notification/notification.reprintLabels.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
const reprint = (data: any, emails: string) => {
|
||||
console.log(data);
|
||||
console.log(emails);
|
||||
};
|
||||
|
||||
export default reprint;
|
||||
Reference in New Issue
Block a user