mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
- lint fix
This commit is contained in:
parent
f4bab1997d
commit
3b8646b44e
@ -104,7 +104,7 @@ describe('webfinger', () => {
|
||||
type: 'application/activity+json',
|
||||
},
|
||||
],
|
||||
subject: `acct:some-user@${(new URL(CONFIG.CLIENT_URI)).host}`,
|
||||
subject: `acct:some-user@${new URL(CONFIG.CLIENT_URI).host}`,
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user