fix: await not needed

This commit is contained in:
Derrick Hammer 2023-09-01 07:55:43 -04:00
parent 9119043051
commit 9645105ec3
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ export class RegistryService {
): Promise<void> { ): Promise<void> {
const revision = Math.round(Date.now() / 1000); const revision = Math.round(Date.now() / 1000);
const sre: SignedRegistryEntry = await this.signRegistryEntry({ const sre: SignedRegistryEntry = this.signRegistryEntry({
kp: keyPair, kp: keyPair,
data, data,
revision, revision,