Skip to content
Snippets Groups Projects
Commit 9a149191 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

Code format

parent cab9f81e
No related branches found
No related tags found
1 merge request!1423[enh] Optimize BMA `/wot/certifiers-of/:search` and `/wot/certified-by/:search` - Close #1440
Pipeline #31752 failed
...@@ -744,7 +744,7 @@ export class FileDAL implements ServerDAO { ...@@ -744,7 +744,7 @@ export class FileDAL implements ServerDAO {
} }
async getWrittenIdtyByPubkeyForHashingAndIsMember( async getWrittenIdtyByPubkeyForHashingAndIsMember(
pub: string pub: string
): Promise<{ ): Promise<{
uid: string; uid: string;
created_on: string; created_on: string;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment