Task #18074
Go lib: change the type of ActivityInfo
Start date:
Due date:
29/03/2024
% Done:
100%
Estimated time:
Description
The ActivityInfo
definition currently is
type ActivityInfo any
This needs to become map[string]string
Added by Shuvam Misra about 1 year ago. Updated about 1 year ago.
100%
Description
The ActivityInfo
definition currently is
type ActivityInfo any
This needs to become map[string]string
Refactored Activity log writing to convert data field to string using convertToString()
from utils.go