Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed TODO in department value
ivan committed Nov 15, 2019
1 parent 8dab76e commit 7f44918
Showing 1 changed file with 4 additions and 4 deletions.
@@ -1,5 +1,5 @@
uid,firstname,lastname,department,mail,validFrom,validTo
ext.jsmith,John,Smith,TODO External,xjsmith@example.com,2018-01-01,9999-12-31
ext.aanderson,Alice,Anderson,TODO External,xaanderson@example.com,2016-03-15,9999-12-31
ext.ejohnson,Ellen,Johnson,TODO External,xejohnson@example.com,2019-10-01,2019-12-31
ext.rvasquez,Ron,Vasquez,TODO External,xrvasquez@example.com,2019-01-01,2019-10-31
ext.jsmith,John,Smith,External,xjsmith@example.com,2018-01-01,9999-12-31
ext.aanderson,Alice,Anderson,External,xaanderson@example.com,2016-03-15,9999-12-31
ext.ejohnson,Ellen,Johnson,External,xejohnson@example.com,2019-10-01,2019-12-31
ext.rvasquez,Ron,Vasquez,External,xrvasquez@example.com,2019-01-01,2019-10-31

0 comments on commit 7f44918

Please sign in to comment.