Skip to content

Commit

Permalink
chore(computeruniverse): add backoff code (#2542)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexP11223 authored May 18, 2021
1 parent 32fe440 commit 42a24a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/model/computeruniverse.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {Store} from './store';

export const Computeruniverse: Store = {
backoffStatusCodes: [503],
currency: '€',
labels: {
inStock: {
Expand Down

0 comments on commit 42a24a6

Please sign in to comment.