Spaces:
Build error
Build error
Fix typo in Settings.ts (#286)
Browse files
src/lib/types/Settings.ts
CHANGED
@@ -7,7 +7,7 @@ export interface Settings extends Timestamps {
|
|
7 |
sessionId?: string;
|
8 |
|
9 |
/**
|
10 |
-
* Note: Only conversations with this settings
|
11 |
*
|
12 |
* This setting is explicitly set to true when users accept the ethics modal.
|
13 |
* */
|
|
|
7 |
sessionId?: string;
|
8 |
|
9 |
/**
|
10 |
+
* Note: Only conversations with this settings explicitly set to true should be shared.
|
11 |
*
|
12 |
* This setting is explicitly set to true when users accept the ethics modal.
|
13 |
* */
|