mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
chore: remove extraneous call
This commit is contained in:
parent
332faaa9cc
commit
aca6fe9af5
1 changed files with 1 additions and 2 deletions
|
|
@ -107,8 +107,7 @@ namespace PepperDash.Essentials.Core
|
|||
}
|
||||
|
||||
protected void AddJoins(Type type)
|
||||
{
|
||||
type.GetType();
|
||||
{
|
||||
var fields =
|
||||
type.GetFields(BindingFlags.Public | BindingFlags.Instance)
|
||||
.Where(f => f.IsDefined(typeof (JoinNameAttribute), true)).ToList();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue