mirror of
https://github.com/emo2007/block-accounting.git
synced 2025-01-18 15:36:27 +00:00
tmp 2
This commit is contained in:
parent
69aa14bed1
commit
5d936c6177
@ -527,5 +527,11 @@ func (i *chainInteractor) NewSalary(
|
|||||||
return fmt.Errorf("error fetch organization id from context. %w", err)
|
return fmt.Errorf("error fetch organization id from context. %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
i.log.Debug(
|
||||||
|
"not implemented",
|
||||||
|
slog.String("org id", organizationID.String()),
|
||||||
|
slog.Any("user", user),
|
||||||
|
)
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user