Merge remote-tracking branch 'origin/release/2025-10-17' into feature/IO-2776-cdk-fortellis
This commit is contained in:
@@ -199,7 +199,7 @@ function getCostAccount(billline, respcenters) {
|
||||
async function MarkApExported(socket, billids) {
|
||||
WsLogger.createLogEvent(socket, "DEBUG", `Marking bills as exported for id ${billids}`);
|
||||
const client = new GraphQLClient(process.env.GRAPHQL_ENDPOINT, {});
|
||||
|
||||
|
||||
const result = await client
|
||||
.setHeaders({ Authorization: `Bearer ${socket.handshake.auth.token}` })
|
||||
.request(queries.MARK_BILLS_EXPORTED, {
|
||||
|
||||
Reference in New Issue
Block a user