Skip to content

Commit

Permalink
Removed react local storage for versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgerthoffert committed Mar 7, 2023
1 parent 86b9c9f commit 237679a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/src/models/versions.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import * as log from 'loglevel';
import axios from 'axios';
import { reactLocalStorage } from 'reactjs-localstorage';

// import { CompletionStream, CompletionDay, JiraIssue } from '../global';

Expand Down Expand Up @@ -270,7 +269,6 @@ export const versions: Versions = {
);

processRestPayload(response.data, setCoreData);
reactLocalStorage.setObject(`cache-version`, response.data);
setLoading(false);

setTimeout(() => {
Expand Down

0 comments on commit 237679a

Please sign in to comment.