diff --git a/backend/src/db/migrations/20200206190233-swap_latitude_with_longitude.js b/backend/src/db/migrations/20200206190233-swap_latitude_with_longitude.js index 35d85430e..0e11c8007 100644 --- a/backend/src/db/migrations/20200206190233-swap_latitude_with_longitude.js +++ b/backend/src/db/migrations/20200206190233-swap_latitude_with_longitude.js @@ -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()