Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 1cd9053

Browse files
committed
remove plugin API version
1 parent 976d9a9 commit 1cd9053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/initializers/ai-conversations-sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
name: "ai-conversations-sidebar",
1313

1414
initialize() {
15-
withPluginApi("1.8.0", (api) => {
15+
withPluginApi((api) => {
1616
const currentUser = api.container.lookup("service:current-user");
1717
if (!currentUser) {
1818
return;

0 commit comments

Comments
 (0)