Skip to content

Commit

Permalink
fix import in matchign service
Browse files Browse the repository at this point in the history
  • Loading branch information
Aishwarya Nair committed Nov 15, 2023
1 parent 52954d3 commit 5bcc361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MatchingService/controllers/matchingController.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const matchingService = require('../services/matchingService');
const matchingDB = require('../database/matchedPairDb');
import {addUserAttempt} from '../../Frontend/src/History/HistoryServiceAPI'
const {addUserAttempt} = require('../../Frontend/src/History/HistoryServiceAPI')

async function findMatch(req, res, next) {
try {
Expand Down

0 comments on commit 5bcc361

Please sign in to comment.