Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2_open_source_sw_development_Han
/
Jaksimsamil
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-06-11 23:54:39 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
93587b518bbc16474ba2979e337647806f3dfb37
93587b51
1 parent
8a6bbc51
Fixed getBJ
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
jaksimsamil-server/src/util/getBJ.js
jaksimsamil-server/src/util/getBJ.js
View file @
93587b5
...
...
@@ -14,7 +14,7 @@ exports.getBJ = function (userid) {
let
psList
=
[];
const
$
=
cheerio
.
load
(
html
.
data
);
const
$bodyList
=
$
(
"div.panel-body"
).
children
();
$bodyList
.
each
(
function
(
i
)
{
if
(
i
%
2
==
0
)
{
psList
[
i
/
2
]
=
{
...
...
Please
register
or
login
to post a comment