Skip to content

Commit d08e4f3

Browse files
fixing the stupid CLA to not need phone #
1 parent b1d8d23 commit d08e4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/cla.lisp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
("state" :type string)
1313
("zip" :type string)
1414
("country" :type string :required t)
15-
("phone" :type string :required t)
15+
;("phone" :type string :required t)
1616
("github" :type string :required t)
1717
("sign" :type string :required t)))
1818

0 commit comments

Comments
 (0)