Skip to content

Commit a0bc735

Browse files
authored
Update index.mdx
1 parent ceb8c60 commit a0bc735

File tree

1 file changed

+0
-6
lines changed
  • src/pages/[platform]/build-a-backend/data/custom-business-logic

1 file changed

+0
-6
lines changed

src/pages/[platform]/build-a-backend/data/custom-business-logic/index.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -331,12 +331,6 @@ export const data = defineData({
331331

332332
<Callout warning>
333333

334-
The `.handler()` accepts an array of handlers that will run in a pipeline. For now, in the developer preview, you can only use `a.handler.custom()` and `a.handler.function()`. All other handlers, such as `a.handler.inlineSql()` are under active development.
335-
336-
</Callout>
337-
338-
<Callout warning>
339-
340334
All handlers must be of the same type. For example, you can't mix and match `a.handler.function` with `a.handler.custom` within a single `.handler()` modifier.
341335

342336
</Callout>

0 commit comments

Comments
 (0)