Toggle navigation
Toggle navigation
This project
Loading...
Sign in
khusat
/
khusat-server
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박기홍
2020-11-14 01:47:54 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3b2bfd496b7d9cfd8230bb9486b25d058be05816
3b2bfd49
1 parent
21f5524a
job model updated
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/models/jobs.js
src/models/jobs.js
View file @
3b2bfd4
...
...
@@ -27,7 +27,6 @@ const jobSchema = new schema({
type
:
String
,
default
:
"???/???"
}
});
module
.
exports
=
mongoose
.
model
(
'job'
,
jobSchema
);
\ No newline at end of file
...
...
Please
register
or
login
to post a comment