Skip to content

Commit 4060718

Browse files
committed
Hotfix: This group of assignments is not aligned
1 parent 49b0f11 commit 4060718

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/migrations/20210210154702_redirection_scheme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const migrate_name = 'redirection_scheme';
2-
const logger = require('../logger').migrate;
2+
const logger = require('../logger').migrate;
33

44
/**
55
* Migrate

backend/migrations/20210210154703_redirection_status_code.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const migrate_name = 'redirection_status_code';
2-
const logger = require('../logger').migrate;
2+
const logger = require('../logger').migrate;
33

44
/**
55
* Migrate

0 commit comments

Comments
 (0)