Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 2a9f829

Browse files
committed
Fix empty space
1 parent f0e73a2 commit 2a9f829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphql/elasticsearch/catalog/processor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import config from 'config'
22
import ProcessorFactory from '../../../processor/factory'
33

4-
export default function esResultsProcessor(response, esRequest, entityType, indexName) {
4+
export default function esResultsProcessor (response, esRequest, entityType, indexName) {
55
return new Promise((resolve, reject) => {
66
const factory = new ProcessorFactory(config)
77
let resultProcessor = factory.getAdapter(entityType, indexName, esRequest, response)

0 commit comments

Comments
 (0)