minor adjustments to be in line with bones73k
This commit is contained in:
parent
120b80dc69
commit
79fad5920e
7 changed files with 14 additions and 16 deletions
priv/repo
|
@ -56,7 +56,7 @@ extra_mock_users = ~s([
|
|||
])
|
||||
|
||||
# for random week_start_at values
|
||||
[head | tail] = Shift73k.Util.Dt.weekdays()
|
||||
[head | tail] = Shift73k.weekdays()
|
||||
week_starts = [head | Enum.drop(tail, 4)]
|
||||
|
||||
mock_users =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue