mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-02 07:53:55 +03:00
Fix lint errors
This commit is contained in:
parent
af9ea08dc6
commit
829390ee73
@ -1,5 +1,3 @@
|
||||
import md5 from 'blueimp-md5';
|
||||
|
||||
export function gravatarUrl(id: string | undefined | null): URL | undefined {
|
||||
if (id) return new URL(`https://www.gravatar.com/avatar/${id}?s=100&r=g&d=retro`);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user