Skip to content

Commit

Permalink
bump user cache
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjelfs committed Jul 25, 2024
1 parent 1a758fe commit 93c454f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/app/src/components/icons/Human.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

<style lang="scss">
.human {
width: 16px;
height: 16px;
width: 15px;
height: 15px;
background-image: url("/assets/human.svg");
background-size: cover;
background-repeat: no-repeat;
Expand Down
2 changes: 1 addition & 1 deletion frontend/openchat-agent/src/utils/userCache.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { openDB, type DBSchema, type IDBPDatabase } from "idb";
import type { DiamondMembershipStatus, UserSummary } from "openchat-shared";

const CACHE_VERSION = 7;
const CACHE_VERSION = 8;

let db: UserDatabase | undefined;

Expand Down

0 comments on commit 93c454f

Please sign in to comment.