aau-giraf / web-api

The backend API for GIRAF — a .NET-core project written in C#.
GNU General Public License v3.0
2 stars 5 forks source link

Bug-fix 198: The type of activityId was int but should be long #244

Closed Sijmon closed 2 years ago

Sijmon commented 2 years ago

Description

The type of activityId was int but should be long

Type of change

How Has This Been Tested?

Tests has been changed to use long instead of int aswell

Development Configuration