update outgoing call duration every 30 seconds until the call is over
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { Ctx } from "blitz";
|
||||
|
||||
export default async function logout(_: any, ctx: Ctx) {
|
||||
export default async function logout(_ = null, ctx: Ctx) {
|
||||
return await ctx.session.$revoke();
|
||||
}
|
||||
|
Reference in New Issue
Block a user