mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-19 03:16:40 +00:00
Merge dev into fix/log-analytics-adjustments
This commit is contained in:
@@ -14,4 +14,3 @@ export type GetOrgTierResponse = {
|
||||
tier: string | null;
|
||||
active: boolean;
|
||||
};
|
||||
|
||||
|
||||
@@ -11,4 +11,4 @@ export async function billingWebhookHandler(
|
||||
return next(
|
||||
createHttpError(HttpCode.NOT_FOUND, "This endpoint is not in use")
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user