Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa committed Apr 3, 2024
1 parent 4f0bba0 commit e909582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chat/chatLogic.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { store, authn } from 'solid-logic'
import * as ns from '../ns'
import * as $rdf from 'rdflib' // pull in first avoid cross-refs
import * as utils from '../utils'
import { getBlankMsg, signMsg, SEC} from './signature'
import { getPrivateKey} from './keys'
import { getBlankMsg, signMsg, SEC } from './signature'
import { getPrivateKey } from './keys'

/* The Solid logic for a 'LongChat'
*/
Expand Down

0 comments on commit e909582

Please sign in to comment.