mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-16 13:15:03 +00:00
chore: remove extraneous call
This commit is contained in:
@@ -107,8 +107,7 @@ namespace PepperDash.Essentials.Core
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected void AddJoins(Type type)
|
protected void AddJoins(Type type)
|
||||||
{
|
{
|
||||||
type.GetType();
|
|
||||||
var fields =
|
var fields =
|
||||||
type.GetFields(BindingFlags.Public | BindingFlags.Instance)
|
type.GetFields(BindingFlags.Public | BindingFlags.Instance)
|
||||||
.Where(f => f.IsDefined(typeof (JoinNameAttribute), true)).ToList();
|
.Where(f => f.IsDefined(typeof (JoinNameAttribute), true)).ToList();
|
||||||
|
|||||||
Reference in New Issue
Block a user