mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
* eslint import * eslint comments * eslint security * eslint import - rules * eslint n * eslint promise * eslint no-catch-all * eslint jest * missing ignore * disable import/unambiguous as conflicting
10 lines
105 B
TypeScript
10 lines
105 B
TypeScript
'use strict'
|
|
|
|
export async function up(next) {
|
|
next()
|
|
}
|
|
|
|
export async function down(next) {
|
|
next()
|
|
}
|