mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-04 16:45:33 +00:00
7 lines
145 B
TypeScript
7 lines
145 B
TypeScript
/* eslint-disable @typescript-eslint/no-empty-function */
|
|
'use strict'
|
|
|
|
export async function up(_next) {}
|
|
|
|
export async function down(_next) {}
|