Skip to content

Commit daeba30

Browse files
authored
Merge branch 'main' into readme-dev-and-usage
2 parents f89562d + 331e9d6 commit daeba30

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/CODEOWNERS

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
* @razor-x
2-
* @azat-co
1+
* @razor-x @azat-co
2+
/src/lib/components/ @mikewuu @azat-co

.github/workflows/semantic-release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ run-name: Semantic Release from ${{ github.ref_name }}
66
on:
77
push:
88
branches:
9-
- 'TODO: re-enable when ready to publish'
10-
# - '**'
9+
- '**'
1110

1211
jobs:
1312
semantic:

src/lib/hooks/use-seam.ts

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export function useSeam(): {
2525
throw new Error('Missing publishableKey')
2626
}
2727

28-
// TODO: Check if client session is still valid before resuming it.
2928
if (clientSession != null) {
3029
return new Seam({
3130
...clientOptions,

0 commit comments

Comments
 (0)