mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-24 13:03:39 +00:00
Use camelCase
This commit is contained in:
@@ -72,7 +72,7 @@ async function fetch(url: string, path: string) {
|
||||
proxy: config.proxy,
|
||||
timeout: 10 * 1000,
|
||||
headers: {
|
||||
'User-Agent': config.user_agent
|
||||
'User-Agent': config.userAgent
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user