Skip to content

Commit 205ccf0

Browse files
committed
remove useless comments
1 parent 0fb773f commit 205ccf0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src-react/actions/version.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ import * as types from 'constants/action-types';
22
import { CALL_API } from 'redux-api-middleware';
33

44
export function fetchLatestVersion() {
5-
// return {
6-
// type: types.FETCH_LATEST_VERSION,
7-
// meta: {},
8-
// $payload: {
9-
// url: 'http://localhost:8448/api/latestversion'
10-
// }
11-
// };
125
return {
136
[CALL_API]: {
147
endpoint: 'http://localhost:8448/api/latestversion',

0 commit comments

Comments
 (0)