Skip to content

Commit 788b025

Browse files
committed
Remove unneeded function
1 parent 3ab91fa commit 788b025

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
const { changePasswordInDB } = require('./changePasswordInDB')
22
const { findUser } = require('./findUser')
33
const { getProfileFromDB } = require('./getProfileFromDB')
4-
const { passwordsDoNotMatch } = require('./passwordsDoNotMatch')
54
const { updateProfileInDB } = require('./updateProfileInDB')
65

76
module.exports = {
87
changePasswordInDB,
98
findUser,
109
getProfileFromDB,
11-
passwordsDoNotMatch,
1210
updateProfileInDB
1311
}

app/controllers/profile/helpers/passwordsDoNotMatch.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)