Skip to content

Commit

Permalink
fix auth test
Browse files Browse the repository at this point in the history
  • Loading branch information
pelazas committed Mar 7, 2024
1 parent 2bc5216 commit a0b2ac3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion users/authservice/auth-model.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const mongoose = require('mongoose');

const userSchema = new mongoose.Schema({
_id: mongoose.Schema.Types.ObjectId,
username: String,
password: String,
createdAt: Date,
Expand Down

0 comments on commit a0b2ac3

Please sign in to comment.