Skip to content

Commit 15ad086

Browse files
Claudehotlong
andauthored
fix: remove unused AuthManager import and merge from main
- Remove unused AuthManager import from auth-plugin.test.ts - Merge latest changes from main branch Agent-Logs-Url: https://github.com/objectstack-ai/framework/sessions/021c7504-f94b-4009-bc35-fb44d8348988 Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 98ce857 commit 15ad086

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/plugins/plugin-auth/src/auth-plugin.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import { describe, it, expect, vi, beforeEach } from 'vitest';
44
import { AuthPlugin } from './auth-plugin';
5-
import { AuthManager } from './auth-manager';
65
import type { PluginContext } from '@objectstack/core';
76

87
describe('AuthPlugin', () => {

0 commit comments

Comments
 (0)