mirror of
https://github.com/soconnor0919/hristudio.git
synced 2026-03-23 19:27:51 -04:00
Various improvements: study forms, participant management, PDF generator, robot integration
This commit is contained in:
@@ -668,7 +668,7 @@ export class TrialExecutionEngine {
|
||||
.from(plugins)
|
||||
.where(eq(plugins.identifier, pluginName))
|
||||
.limit(1);
|
||||
|
||||
|
||||
if (byIdentifier) {
|
||||
plugin = byIdentifier;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user