Skip to content

Commit

Permalink
소속 헤더 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
whnbaek committed Aug 13, 2023
1 parent d025bc4 commit aa78135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/synchronizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ fn try_infer_header(header: impl AsRef<str>) -> Result<String, Error> {
if header == "타임스탬프" {
return Ok("timestamp".to_string());
}
if header == "이름" {
if header == "이름 및 소속" {
return Ok("name".to_string());
}
if header.contains("SNUCSE") && header.contains("이름") {
if header.contains("SNUCSE ID") {
return Ok("id_username".to_string());
}
if header.contains("사용할 서버") {
Expand Down

0 comments on commit aa78135

Please sign in to comment.