Ocelot-Social/backend/src/db/migrations/1613589876420-null_mutation.ts
Ulf Gebhardt 53f3a4e2e6
lint @typescript-eslint/recommended (#8406)
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2025-04-21 12:01:53 +02:00

7 lines
145 B
TypeScript

/* eslint-disable @typescript-eslint/no-empty-function */
'use strict'
export async function up(_next) {}
export async function down(_next) {}