We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0d81e commit 2bdee67Copy full SHA for 2bdee67
1 file changed
web/src/logic/instruction/service.ts
@@ -20,7 +20,7 @@ export async function createInstruction({
20
description,
21
title,
22
content,
23
- type = InstructionType.PUBLIC,
+ type = InstructionType.PRIVATE,
24
slug,
25
}: Instruction) {
26
try {
0 commit comments