Skip to content

Commit

Permalink
#77
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirAkopyan committed Oct 5, 2017
1 parent 47d62cb commit 285ece6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 78 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
bld/
[Bb]in/
[Oo]bj/
roperties/PublishProfiles/

# Visual Studio 2015 cache/options directory
.vs/
Expand Down Expand Up @@ -68,6 +69,7 @@ artifacts/
*.pidb
*.svclog
*.scc
*.pubxml

# Chutzpah Test files
_Chutzpah*
Expand Down
3 changes: 3 additions & 0 deletions DbStructure/User/SensorHistory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ public static SensorHistory Merge(SensorHistory slice1, SensorHistory slice2)
public void SerialiseData()
{
var dataSize = SensorDatapoint.BinarySize;
if (Data == null)
return;

var dataRaw = new byte[Data.Count*dataSize];

for (var i = 0; i < Data.Count; i++)
Expand Down
22 changes: 0 additions & 22 deletions GhAPIAzure/Properties/PublishProfiles/greenhouseAPI - FTP.pubxml

This file was deleted.

This file was deleted.

0 comments on commit 285ece6

Please sign in to comment.