Skip to content

Commit

Permalink
remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Nov 10, 2024
1 parent 4424ee5 commit ca916d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/plugins/official/scenes.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const testScene = new Scene("test")
if (context.scene.step.firstTime || context.text !== "1")
return context.send("1");

// u can fine type issues with this when returns non update session data but just ignore it for now
return context.scene.update({
messageId: context.id,
some: "hii!" as const,
Expand Down

0 comments on commit ca916d7

Please sign in to comment.