We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0bba0 commit e909582Copy full SHA for e909582
src/chat/chatLogic.js
@@ -9,8 +9,8 @@ import { store, authn } from 'solid-logic'
9
import * as ns from '../ns'
10
import * as $rdf from 'rdflib' // pull in first avoid cross-refs
11
import * as utils from '../utils'
12
-import { getBlankMsg, signMsg, SEC} from './signature'
13
-import { getPrivateKey} from './keys'
+import { getBlankMsg, signMsg, SEC } from './signature'
+import { getPrivateKey } from './keys'
14
15
/* The Solid logic for a 'LongChat'
16
*/
0 commit comments