Skip to content

Commit 6d9e7d5

Browse files
committed
reference path issue for CommandsApi.js
1 parent 31af224 commit 6d9e7d5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/api/CommandsApi.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
module.exports = (function() {
2626
'use strict';
2727

28-
var ApiClient = require('forge-apis/src/ApiClient'),
29-
Forbidden = require('forge-apis/src/model/Forbidden'),
30-
NotFound = require('forge-apis/src/model/NotFound');
28+
var ApiClient = require('../ApiClient');
3129

3230
/**
3331
* Commands service.

0 commit comments

Comments
 (0)