Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김대선
/
Recruitment_Information_chatbot
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
김대선
2021-06-09 17:48:38 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
98bbdc67b095375e96eec3e22eca6c26dd5588f2
98bbdc67
1 parent
f4435865
dataFunctions.js read 함수 오류 수정
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
functions/dataFunctions.js
functions/dataFunctions.js
View file @
98bbdc6
...
...
@@ -94,7 +94,6 @@ const read = () =>{
string
=
fs
.
readFileSync
(
`./datas/
${
today
.
getFullYear
()}
.
${
today
.
getMonth
()}
.
${
today
.
getDate
()
-
1
}
`
,
'utf-8'
,
'r'
)
}
}
return
string
const
stringArray
=
string
.
split
(
'\n'
)
const
size
=
stringArray
.
length
for
(
let
i
=
0
;
i
<
size
;
i
++
){
...
...
Please
register
or
login
to post a comment