Skip to content

Commit 2611b8e

Browse files
committed
chore: remove unnecessary comments
1 parent feb178f commit 2611b8e

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

fauna/resources/collections/users.fql

-26
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,5 @@ CreateCollection({
1010
# "username": String,
1111
# "createdAt": Time,
1212
# "updatedAt": Time,
13-
# "socials": {
14-
# "github": String,
15-
# "facebook": String,
16-
# "twitter": String,
17-
# "linkedin": String,
18-
# "codepen": String,
19-
# "discord": String,
20-
# "blog": String
21-
# },
22-
# "account": {
23-
# "firstName": String,
24-
# "lastName": String,
25-
# "bio": String
26-
# },
27-
# "timestamps": {
28-
# "createdAt": Time,
29-
# "updatedAt": Time
30-
# },
31-
# otherDetails: {
32-
# "userType": String('developer' | 'employer' | 'none')
33-
# "mobile": String
34-
# "isCurrentlyWorking": String('yes' | 'no' | 'none')
35-
# "lookingForWork": String('yes' | 'no' | 'none')
36-
# "company": String
37-
# "technologiesFamiliarWith": String[]
38-
# }
3913
# }
4014
**/

0 commit comments

Comments
 (0)