alpha
Login
or
Join now
dunkirk.sh
/
smokie
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: make default banner blank
author
Kieran Klukas
date
1 year ago
(May 6, 2025, 5:11 PM -0400)
commit
521d2e41
521d2e416622d06aea6cfd6d8e9ccecdb15d7a56
parent
40858f3a
40858f3a3689cedd3bc11e48d6279fe3fd170f5d
+1
-5
1 changed file
Expand all
Collapse all
Unified
Split
src
libs
schema.ts
+1
-5
src/libs/schema.ts
Reviewed
···
26
26
hackatimeKeys: text("hackatime_keys").notNull().default("[]"),
27
27
projectName: text("project_name").notNull().default(""),
28
28
projectDescription: text("project_description").notNull().default(""),
29
29
-
projectBannerUrl: text("project_banner_url")
30
30
-
.notNull()
31
31
-
.default(
32
32
-
"https://cdn.hackclubber.dev/slackcdn/6112834c647de7587680cc62fefa51e7.png",
33
33
-
),
29
29
+
projectBannerUrl: text("project_banner_url").notNull().default(""),
34
30
hackatimeVersion: text("hackatime_version").notNull().default("v1"),
35
31
lastTakeUploadDate: text("last_take_upload_date")
36
32
.notNull()