Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit 9a23bb1

Browse files
author
scott
committed
Commit message
1 parent f6608ce commit 9a23bb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/api/endpoints/launch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as request from 'lib/api/request';
22
// import { SONAR_BUILD, SONAR_VERSION } from 'lib/constants';
33
// import { StateCheckError } from 'lib/errors';
4-
import { getState, updateState } from 'lib/store';
4+
import { updateState } from 'lib/store';
55
import { AssetsResponse, /* LaunchResponse */ } from 'lib/types';
66
// import { setAuthData } from '../auth';
77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sonar-tools/sonar.js",
3-
"version": "0.1.0-alpha.17",
3+
"version": "0.1.0-alpha.18",
44
"main": "./build/index.js",
55
"author": "@sonar-tools",
66
"contributors": [

0 commit comments

Comments
 (0)