Skip to content

Commit

Permalink
Quick fix to the compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleLorefice committed Dec 14, 2016
1 parent 9b6d49c commit 8219e6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Jun/Jun.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
</Reference>
</ItemGroup>
<ItemGroup>
<None Include=".travis.yml" />
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Jun/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class Settings
//Constructor
public Settings(string tok, long ownID){
token = tok;
ownID = ownerID;
ownID = MasterID;
}
}
}

0 comments on commit 8219e6d

Please sign in to comment.