There was an error while loading. Please reload this page.
1 parent e13c611 commit 0f46cf7Copy full SHA for 0f46cf7
1 file changed
common/student/activation.ts
@@ -33,6 +33,8 @@ export async function deactivateStudent(
33
where: { id: student.id },
34
});
35
36
+ await removeAllPushSubcriptions(userForStudent(student));
37
+
38
// Dissolve matches for the student.
39
const matches = await prisma.match.findMany({
40
where: {
0 commit comments