8000 docs: Add missing syntax highlighting line by b-steel · Pull Request #3248 · feathersjs/feathers · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/basics/schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ First we need to update the `src/services/users/users.schema.js` file with the s

<DatabaseBlock global-id="sql">

```ts{2,17-18,34,44-54,82-86}
```ts{2,17-18,34,44-54,68,82-86}
// For more information about this file see https://dove.feathersjs.com/guides/cli/service.schemas.html
import crypto from 'crypto'
import { resolve } from '@feathersjs/schema'
Expand Down
0