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

Commit e14b159

Browse files
committed
DEV: no need async
1 parent 6f444a7 commit e14b159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/initializers/ai-sentiment-admin-nav.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { apiInitializer } from "discourse/lib/api";
22

3-
export default apiInitializer("1.15.0", async (api) => {
3+
export default apiInitializer("1.15.0", (api) => {
44
const currentUser = api.getCurrentUser();
55

66
if (

0 commit comments

Comments
 (0)