We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9151f commit fdd6217Copy full SHA for fdd6217
freephoenix888/handlers-subsection/handlers-subsection.tex
@@ -416,14 +416,14 @@ \subsubsection{Серверные обработчики по расписани
416
\hyperlink{Core.SyncTextFile.Description}{SyncTextFile} с таким
417
значением:
418
\begin{lstlisting}
419
-(deep) => {
+async (deep) => {
420
await deep.insert({
421
type_id: await deep.id("@deep-foundation/core", "SyncTextFile"),
422
string: {
423
data: {
424
value: "Hi!"
425
}
426
- }
+ },
427
in: {
428
429
type_id: await deep.id("@deep-foundation/core", "Contain"),
0 commit comments