fix: Change Data to any in LinkEvent

This commit is contained in:
James Houlahan
2023-02-26 16:13:48 +01:00
committed by James
parent c024f24315
commit 1bad007170

View File

@@ -15,9 +15,9 @@ type LinkEvent struct {
CreateTime int
Data string
Link Link
Data any
}
type LinkEventType int