💡 Add comment about environ
This commit is contained in:
@@ -12,6 +12,7 @@ export const notebookRouter = createTRPCRouter({
|
|||||||
update: publicProcedure
|
update: publicProcedure
|
||||||
.input(z.object({ widgetId: z.string(), content: z.string(), configName: z.string() }))
|
.input(z.object({ widgetId: z.string(), content: z.string(), configName: z.string() }))
|
||||||
.mutation(async ({ input }) => {
|
.mutation(async ({ input }) => {
|
||||||
|
//TODO: #1305 Remove use of DISABLE_EDIT_MODE for auth update
|
||||||
if (!process.env.DISABLE_EDIT_MODE) {
|
if (!process.env.DISABLE_EDIT_MODE) {
|
||||||
throw new TRPCError({
|
throw new TRPCError({
|
||||||
code: 'METHOD_NOT_SUPPORTED',
|
code: 'METHOD_NOT_SUPPORTED',
|
||||||
|
|||||||
Reference in New Issue
Block a user