mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 04:57:15 +00:00
chore: remove extraneous call
This commit is contained in:
parent
332faaa9cc
commit
aca6fe9af5
1 changed files with 1 additions and 2 deletions
|
|
@ -108,7 +108,6 @@ 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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue