Skip to content

Commit

Permalink
upadated user controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Sxnny-s committed Jan 7, 2025
1 parent 85af4f9 commit 4e84741
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions server/controllers/user.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
<<<<<<< HEAD
const userController = {
addUser: (req, res) => {

},
addFavoriteCompany: (req, res) => {

}
}

export default userController;
=======
import { clerkClient } from '@clerk/express'
import User from '../models/User.js'

Expand Down Expand Up @@ -48,4 +36,3 @@ const userController = {
}

export default userController
>>>>>>> 9720463ea6c04301b27af29611db85cab5fa2f8c

0 comments on commit 4e84741

Please sign in to comment.