mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -28,7 +28,7 @@ export class OpenWeatherMap implements INodeType {
|
||||
{
|
||||
name: 'openWeatherMapApi',
|
||||
required: true,
|
||||
}
|
||||
},
|
||||
],
|
||||
properties: [
|
||||
{
|
||||
@@ -224,7 +224,7 @@ export class OpenWeatherMap implements INodeType {
|
||||
// Set base data
|
||||
qs = {
|
||||
APPID: credentials.accessToken,
|
||||
units: this.getNodeParameter('format', i) as string
|
||||
units: this.getNodeParameter('format', i) as string,
|
||||
};
|
||||
|
||||
// Get the location
|
||||
|
||||
Reference in New Issue
Block a user