Skip to content

Commit 935314b

Browse files
committed
fix: students by courses import
1 parent 603887a commit 935314b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/atlas/importers/students_by_courses.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ defmodule Atlas.Importers.StudentsByCourses do
1212
{:ok, rows} <- XlsxReader.sheet(package, sheet) do
1313
rows
1414
|> Enum.drop(7)
15+
|> Enum.filter(fn row -> row != [""] end)
1516
|> Enum.each(&import_row/1)
1617
end
1718

0 commit comments

Comments
 (0)