Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Nov 25, 2023
1 parent 0d18669 commit a0bce75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions freephoenix888/documentation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ \subsubsection{Серверные обработчики веб маршрута
response,
) => {
if(request.isOk) {
response.send("ok")
response.send("ok")
} else {
response.send("not ok")
}
Expand Down Expand Up @@ -1515,7 +1515,7 @@ \subsubsection{Часто задаваемые вопросы}
\subparagraph{Программно}
\begin{verbatim}
await deep.insert({
type_id: await deep.id("@deep-foundation/core", "Type"),
type_id: await deep.id("@deep-foundation/core", "Type"),
from_id: await deep.id("@deep-foundation/core", "Type"),
to_id: await deep.id("@deep-foundation/core", "Type"),
});
Expand Down

0 comments on commit a0bce75

Please sign in to comment.