fix
This commit is contained in:
parent
e86340f9fd
commit
a4ee53d2de
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -129,6 +129,7 @@ export const initExtNotif = async (vi: VG, prasi_ext: PrasiExt) => {
|
|||
});
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
w.notif.send = async (data: NOTIF_ARG) => {
|
||||
if (vi && vi.site.api) {
|
||||
|
|
@ -144,5 +145,4 @@ export const initExtNotif = async (vi: VG, prasi_ext: PrasiExt) => {
|
|||
});
|
||||
}
|
||||
};
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue