mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 10:33:01 +00:00
Project.blob -> Project.key
This commit is contained in:
@@ -5,8 +5,8 @@ export function cn(...inputs: ClassValue[]) {
|
||||
return twMerge(clsx(inputs));
|
||||
}
|
||||
|
||||
export function issueID(blob: string, num: number) {
|
||||
return `${blob}-${num.toString().padStart(3, "0")}`;
|
||||
export function issueID(key: string, num: number) {
|
||||
return `${key}-${num.toString().padStart(3, "0")}`;
|
||||
}
|
||||
|
||||
export function getAuthHeaders(): HeadersInit {
|
||||
|
||||
Reference in New Issue
Block a user