Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
m00sey committed Aug 10, 2023
1 parent 47ce5fe commit af0df92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
5 changes: 0 additions & 5 deletions src/keri/app/client.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@


/**
* Client
*/
export class Client {
private readonly _url: string

Expand Down
10 changes: 1 addition & 9 deletions src/keri/end/ending.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,7 @@ export const FALSY = [false, 0, "?0", "no", "false", "False", "off"]
export const TRUTHY = [true, 1, "?1", "yes", "true", "True", 'on']

export class Signage {
/**
*
* @param markers
* @param indexed
* @param signer
* @param ordinal
* @param digest
* @param kind
*/

constructor(markers: any, indexed?: boolean, signer?: string, ordinal?: string,
digest?: string, kind?: string) {
this.markers = markers
Expand Down

0 comments on commit af0df92

Please sign in to comment.