Skip to content

Commit

Permalink
Update jetstream/kv.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Casper Beyer <caspervonb@pm.me>
  • Loading branch information
aricart and caspervonb committed Jun 23, 2023
1 parent c67091b commit 52da3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetstream/kv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ export class KvStatusImpl implements KvStatus {
return this.si.state.bytes;
}

get metadata(): Record<string, string> | undefined {
get metadata(): Record<string, string> {
return this.si.config.metadata;
}
}
Expand Down

0 comments on commit 52da3af

Please sign in to comment.