Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
histhub
api
Commits
505aa6a2
Commit
505aa6a2
authored
Aug 13, 2019
by
Tobias Steiner
Browse files
Remove unused async
parent
44534ac3
Pipeline
#3150
passed with stage
in 2 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/controller/api.ts
View file @
505aa6a2
...
...
@@ -152,7 +152,7 @@ export class ApiController {
* @param {e.Response} res
* @param {e.NextFunction} next
*/
public
static
async
queryKafka
(
req
:
InterfaceRequestKafka
,
res
:
Response
,
next
:
NextFunction
)
{
public
static
queryKafka
(
req
:
InterfaceRequestKafka
,
res
:
Response
,
next
:
NextFunction
)
{
// prepared data from the middleware
const
message
=
req
.
message
;
const
id
=
message
.
id
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment