This commit is contained in:
Wolfgang Huß 2020-04-09 11:09:28 +02:00
parent 20dd610e27
commit bd0cde685b

View File

@ -1,6 +1,7 @@
import { getDriver } from '../../db/neo4j'
export const description = 'Create notifications for all old filed reports to all of their submitters.'
export const description =
'Create notifications for all old filed reports to all of their submitters.'
export async function up(next) {
const driver = getDriver()