-
-
+
Followers: {followStats.followers}
-
+
Following: {followStats.following}
{degree && (
- {degree} degree
+
+ {degree} degree
+
)}
{profile.github_url && (
{
- await adminSupabase
- .from("notifications")
- .insert({
- user_id: userId,
- type: "info",
- title,
- message: message || null,
- });
+ await adminSupabase.from("notifications").insert({
+ user_id: userId,
+ type: "info",
+ title,
+ message: message || null,
+ });
};
// Notify explicit targets