tangled
alpha
login
or
join now
kacaii.dev
/
sigo
0
fork
atom
๐ฉโ๐ Firefighters API written in Gleam!
lustre
gleam
0
fork
atom
overview
issues
pulls
pipelines
:art: remove pipe
kacaii.dev
1 week ago
5b7609f6
a7d8a600
verified
This commit was signed with the committer's
known signature
.
kacaii.dev
SSH Key Fingerprint:
SHA256:n9v7QGNWHCUv1x/483hCtPUvTsVabU5PzC5CSJMUNtI=
+1
-1
1 changed file
expand all
collapse all
unified
split
server
src
server
user.gleam
+1
-1
server/src/server/user.gleam
···
79
79
80
80
user.User(
81
81
uuid: row.id,
82
82
-
role: row.user_role |> enum_to_role,
82
82
+
role: enum_to_role(row.user_role),
83
83
full_name: row.full_name,
84
84
email: row.email,
85
85
phone: row.phone,