Lint all the things
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
exports.addQbxmlHeader = addQbxmlHeader = (xml) => {
|
||||
const addQbxmlHeader = (xml) => {
|
||||
return `<?xml version="1.0" encoding="utf-8"?>
|
||||
<?qbxml version="13.0"?>
|
||||
${xml}
|
||||
`;
|
||||
};
|
||||
|
||||
exports.addQbxmlHeader = addQbxmlHeader;
|
||||
|
||||
exports.generateSourceTier = (jobs_by_pk) => {
|
||||
return jobs_by_pk.ins_co_nm && jobs_by_pk.ins_co_nm.trim().replace(":", " ");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user