Skip to content

Commit

Permalink
Update sdc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SodhiA1 committed Dec 18, 2024
1 parent 8991f73 commit e715fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/components/sdc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
const { getAccessToken, handleExceptionResponse, getData, postData, putData, getDataWithParams, formatNumberOfCourses, stripNumberFormattingNumberOfCourses,
const { getAccessToken, handleExceptionResponse, getData, postData, putData, getDataWithParams,
getCreateOrUpdateUserValue} = require('./utils');
const { edxUserHasAccessToInstitute } = require('./permissionUtils');
const HttpStatus = require('http-status-codes');
Expand Down

0 comments on commit e715fd2

Please sign in to comment.