Skip to content

Commit ee349de

Browse files
committed
to fix api bug after notification-api upgrade
1 parent e261584 commit ee349de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/scala/app/softnetwork/account/api/BasicAccountRoutesWithNotificationsPostgresLauncher.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import org.slf4j.{Logger, LoggerFactory}
1212
import org.softnetwork.session.model.Session
1313

1414
object BasicAccountRoutesWithNotificationsPostgresLauncher
15-
extends AllNotificationsApi
15+
extends AllNotificationsApi[Session]
1616
with BasicAccountRoutesApi[Session]
1717
with SessionApi
1818
with JdbcSchemaProvider

0 commit comments

Comments
 (0)