Skip to content
Snippets Groups Projects
Commit 81dcad79 authored by L. Ellenbeck's avatar L. Ellenbeck
Browse files

WIP: fixed typo coscine/issues#1221

parent bca88190
Branches
Tags
1 merge request!20Update: Extending the Analytics Log
......@@ -176,7 +176,7 @@ namespace Coscine.Logging
private List<string> _quotaSize = new List<string>();
public List<string> QuoteSize
public List<string> QuotaSize
{
get
{
......@@ -457,7 +457,7 @@ namespace Coscine.Logging
SessionId = sessionId;
ClientCorrolationId = clientCorrolationId;
ProjectId = projectId;
QuoteSize = quotaSize;
QuotaSize = quotaSize;
ResourceId = resourceId;
FileId = fileId;
ApplicationsProfile = applicationsProfile;
......
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<RootNamespace>Coscine.Logging</RootNamespace>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment