Skip to content

Commit

Permalink
Fix more nodecg types
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanLyon committed Dec 22, 2020
1 parent 5e495f4 commit ec14d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use-strict';

import { NodeCG } from '../../../../types/server';
import { NodeCG } from 'nodecg/types/server';
import * as nodecgApiContext from './util/nodecg-api-context';
import { BundleStatus } from '../types/bundle-status';
import { bundleStatus, gameSettings } from './dummyData';
Expand Down

0 comments on commit ec14d2e

Please sign in to comment.