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 0d18669 commit a0bce75Copy full SHA for a0bce75
freephoenix888/documentation.tex
@@ -806,7 +806,7 @@ \subsubsection{Серверные обработчики веб маршрута
806
response,
807
) => {
808
if(request.isOk) {
809
- response.send("ok")
+ response.send("ok")
810
} else {
811
response.send("not ok")
812
}
@@ -1515,7 +1515,7 @@ \subsubsection{Часто задаваемые вопросы}
1515
\subparagraph{Программно}
1516
\begin{verbatim}
1517
await deep.insert({
1518
- type_id: await deep.id("@deep-foundation/core", "Type"),
+ type_id: await deep.id("@deep-foundation/core", "Type"),
1519
from_id: await deep.id("@deep-foundation/core", "Type"),
1520
to_id: await deep.id("@deep-foundation/core", "Type"),
1521
});
0 commit comments