db-vendo-client/format/lines-req.js
Kristjan ESPERANTO 66d9fb5194
apply linting rules
follow-up of 228c7253
2024-02-10 16:50:12 +01:00

12 lines
140 B
JavaScript

const formatLinesReq = (ctx, query) => {
return {
meth: 'LineMatch',
req: {
input: query,
},
};
};
export {
formatLinesReq,
};