mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-15 09:26:40 +00:00
Merge dev into fix/log-analytics-adjustments
This commit is contained in:
@@ -10,9 +10,9 @@ import { db } from "@server/db";
|
||||
import config from "@server/lib/config";
|
||||
|
||||
const validateSupporterKeySchema = z.strictObject({
|
||||
githubUsername: z.string().nonempty(),
|
||||
key: z.string().nonempty()
|
||||
});
|
||||
githubUsername: z.string().nonempty(),
|
||||
key: z.string().nonempty()
|
||||
});
|
||||
|
||||
export type ValidateSupporterKeyResponse = {
|
||||
valid: boolean;
|
||||
|
||||
Reference in New Issue
Block a user