Skip to content

Commit

Permalink
HCK-8554: changed error processing service location
Browse files Browse the repository at this point in the history
  • Loading branch information
WilhelmWesser committed Oct 25, 2024
1 parent d75d530 commit cce16ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reverse_engineering/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const getAdditionalAccountInfo = require('./helpers/getAdditionalAccountInfo');
const crypto = require('crypto');
const randomstring = require('randomstring');
const base64url = require('base64url');
const { prepareError } = require('./helpers/errorService');
const { prepareError } = require('./databaseService/helpers/errorService');

module.exports = {
async connect(connectionInfo, logger, callback, app) {
Expand Down
File renamed without changes.

0 comments on commit cce16ed

Please sign in to comment.