mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
fix(convex): rename identity-signing to identitySigning (Convex disallows hyphens in module paths) (#2630)
This commit is contained in:
@@ -14,7 +14,7 @@ import { v, ConvexError } from "convex/values";
|
||||
import { action } from "../_generated/server";
|
||||
import { checkout } from "../lib/dodo";
|
||||
import { requireUserId } from "../lib/auth";
|
||||
import { signUserId } from "../lib/identity-signing";
|
||||
import { signUserId } from "../lib/identitySigning";
|
||||
|
||||
/**
|
||||
* Create a Dodo Payments checkout session and return the checkout URL.
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
import { MutationCtx } from "../_generated/server";
|
||||
import { internal } from "../_generated/api";
|
||||
import { getFeaturesForPlan } from "../lib/entitlements";
|
||||
import { verifyUserId } from "../lib/identity-signing";
|
||||
import { verifyUserId } from "../lib/identitySigning";
|
||||
import { DEV_USER_ID, isDev } from "../lib/auth";
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user