Compare commits
2 Commits
be1ee0b285
...
78c5c02c0e
Author | SHA1 | Date | |
---|---|---|---|
78c5c02c0e | |||
a793862aa2 |
@ -5,7 +5,7 @@ interface versions {
|
||||
|
||||
const version: versions = {
|
||||
api: ["/api/v2"],
|
||||
app: "2024.07.1",
|
||||
app: "2024.11.1",
|
||||
};
|
||||
|
||||
module.exports = version;
|
||||
|
@ -46,7 +46,7 @@ export async function findPisByCode(
|
||||
logger.debug(`pisServices.findPisByCode: Searching for PIS code: ${code}`);
|
||||
const cleanCode = clean.removeNonNumeric(code);
|
||||
const query = {
|
||||
code: parseInt(cleanCode),
|
||||
code: cleanCode,
|
||||
};
|
||||
const search = db.query("pis", query);
|
||||
return await search;
|
||||
|
Loading…
x
Reference in New Issue
Block a user