Skip to content

Commit 2bdee67

Browse files
committed
feat: Change instruction default type to private
1 parent 0d0d81e commit 2bdee67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/logic/instruction/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export async function createInstruction({
2020
description,
2121
title,
2222
content,
23-
type = InstructionType.PUBLIC,
23+
type = InstructionType.PRIVATE,
2424
slug,
2525
}: Instruction) {
2626
try {

0 commit comments

Comments
 (0)