Skip to content

Commit

Permalink
chore: resolve merge conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: STRRL <im@strrl.dev>
  • Loading branch information
STRRL committed Nov 21, 2022
1 parent 4ae3d28 commit 71c24d9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions ui/app/src/lib/localStorage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,6 @@ export default class LocalStorage {
}

static set(key: string, val: string) {
<<<<<<< HEAD
return LocalStorage.ls.setItem(PREFIX + key, val)
}

static setObj(key: string, obj: any) {
return LocalStorage.set(key, JSON.stringify(obj))
}

static remove(key: string) {
return LocalStorage.ls.removeItem(PREFIX + key)
=======
this.ls.setItem(PREFIX + key, val)
}

Expand All @@ -49,6 +38,5 @@ export default class LocalStorage {

static remove(key: string) {
this.ls.removeItem(PREFIX + key)
>>>>>>> d62eeb433 (fix: enable mode when creating PhysicalMachineChaos with addresses (#3797))
}
}

0 comments on commit 71c24d9

Please sign in to comment.