import { BBContext } from "@budibase/types"
export default async (ctx: BBContext | any, next: any) => {
// Placeholder for audit log middleware
return next()
}