Remove this keyword
This commit is contained in:
@ -11,7 +11,7 @@ namespace Oqtane.Shared
|
||||
|
||||
public Interop(IJSRuntime jsRuntime)
|
||||
{
|
||||
this._jsRuntime = jsRuntime;
|
||||
_jsRuntime = jsRuntime;
|
||||
}
|
||||
|
||||
public Task SetCookie(string name, string value, int days)
|
||||
|
@ -59,7 +59,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
System.Diagnostics.Debug.WriteLine(this.GetType().FullName + ": Error: API call to " + _absoluteUri + " is not mapped to a Controller");
|
||||
System.Diagnostics.Debug.WriteLine(GetType().FullName + ": Error: API call to " + _absoluteUri + " is not mapped to a Controller");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user