feat: Add draft column to connections

This commit is contained in:
Faruk AYDIN
2022-07-27 13:54:10 +03:00
parent 095948e737
commit 70d59c6c64
4 changed files with 17 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ const verifyConnection = async (
...verifiedCredentials,
},
verified: true,
draft: false,
});
return connection;