prettier, prettier

This commit is contained in:
Moriz Wahl 2020-02-06 23:00:06 +01:00
parent 4905b09b3e
commit 86f298f8e5

View File

@ -1,6 +1,7 @@
import { getDriver } from '../../db/neo4j'
export const description = 'This migration swaps the value stored in Location.lat with the value of Location.lng.'
export const description =
'This migration swaps the value stored in Location.lat with the value of Location.lng.'
export async function up(next) {
const driver = getDriver()