This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: make default banner blank

+1 -5
+1 -5
src/libs/schema.ts
··· 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 - projectBannerUrl: text("project_banner_url") 30 - .notNull() 31 - .default( 32 - "https://cdn.hackclubber.dev/slackcdn/6112834c647de7587680cc62fefa51e7.png", 33 - ), 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()