Skip to content

Commit 55a2e1e

Browse files
committed
fixup! Merge branch 'master' into feat/personalised-ical-feed
1 parent b67445f commit 55a2e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/seeds/members.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
student_id: "F#{ Faker::Number.number(digits: 6) }",
1919
birth_date: Faker::Date.between(from: 28.years.ago, to: 16.years.ago),
2020
join_date: Faker::Date.between(from: 6.years.ago, to: Date.today),
21-
comments: (Faker::Boolean.boolean(true_ratio: 0.3) ? Faker::Hacker.say_something_smart : nil)
21+
comments: (Faker::Boolean.boolean(true_ratio: 0.3) ? Faker::Hacker.say_something_smart : nil),
2222
calendar_id: Faker::Internet.uuid
2323
)
2424

0 commit comments

Comments
 (0)