This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
function parseAbsence(str, teacherMap) {
|
||||
export default function parseAbsence(str, teacherMap) {
|
||||
str = str.trim().replace(/\s+/g, " ");
|
||||
|
||||
const result = {
|
||||
@@ -40,5 +40,3 @@ function parseAbsence(str, teacherMap) {
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
module.exports = parseAbsence;
|
||||
|
||||
Reference in New Issue
Block a user